{% extends "base.html" %} {% load bootstrap3 %} {% load i18n %} {% block extrajs %} {% endblock %} {% block content %}

{% trans "You can change your personal information using the form below. Make any changes necessary and then click the 'Change' button."%}

{% if form.errors %}

{% trans "Sorry there are corrections needed in your form below:" %} {{ form.non_field_errors }}

{% endif %}
{% if form.is_multipart %}
{% else %} {% endif %} {% csrf_token %} {% bootstrap_field form.user %} {% bootstrap_field form.fname %} {% bootstrap_field form.lname %} {% bootstrap_field form.address %} {% bootstrap_field form.organization %} {% bootstrap_field form.email_is_public %} {% buttons %} {% endbuttons %}
{% endblock %}