{% extends "accounts/_section.html" %} {% block title %}E-mail reset{% endblock %} {% block content %}

E-mail reset

Enter your new e-mail address and your current password in the form below, and we'll e-mail instructions for activation.

{% csrf_token %} {{form.as_p}}
{% endblock %}