{% extends "main/base.html" %} {% block title %}Code Jams | My Profile{% endblock %} {% block og_title %}Code Jams | My Profile{% endblock %} {% block extra_head %} {% endblock %} {% block content %}

Code Jams: My Profile

{% if done %}

Thanks - your data has been saved!

{% else %}

Please make sure you've filled this out correctly, as we do use this data when evaluating your code jam application.

You may come back here and edit your data at any time.

{% endif %} {% if form %}
{% else %} {% endif %}

 Back {% if existing %}  Delete {% else %}  Delete {% endif %}
{% endblock %}