{% extends "registration/base.html" %} {% load adminmedia %} {% block main_csslinks %}{% endblock %} {% block main_title %}Reset Password{% endblock %} {% block content %}

{% if form.email.errors or form.email.errors %}
{{ form.email.html_error_list }}
{% endif %}
{{ form.email }} e-mail address used to create the account.
{% endblock %}