{# vim: set ts=2 et sts=2 sw=2: #} {% extends "users/base.html" %} {% from "layout/errorlist.html" import errorlist %} {% set title = _('Change email address') %} {% set classes = 'password' %} {% block content %}

{{ title }}

{{ csrf() }}

{% trans %} You will need to confirm the newly set email address to complete the change. {% endtrans %}

    {{ form.as_ul()|safe }}
{% endblock content %}