{% extends "auth_template.html" %} {% load i18n %} {% load widget_tweaks %} {% block auth_content %}
{% csrf_token %} {{ form.errors.email }}
{% render_field form.email class="form-control" %}

All correspondence is sent only to your primary address. Secondary addresses may be used to login to the application.

To change your address you must first add the new email and confirm it. You can then make the new address your primary address and, if desired, remove the old one.

{% endblock %} {% block closing_js %} {% endblock %}