{% extends 'base_template.html' %} {% load markdown %} {% load bootstrap3 %} {% block content %}

Update your profile

{{ l10n_club.memberprofile_update_blurb|markdown }} {% if profile.archived %} {{ l10n_club.memberprofile_update_archived|markdown }} {% endif %}
{% csrf_token %} {{ form.non_field_errors }} {% for field in form %}
{% bootstrap_field field show_help=False show_label=False %} {% if field.help_text %}

{{ field.help_text|safe }}

{% endif %}
{% endfor %} {% buttons %} {% endbuttons %}
{% endblock %}