{% extends "registration/base.html" %} {% comment %} vim:ft=htmldjango: {% endcomment %} {% load i18n %} {% block title %} Password Reset - {{ block.super }} {% endblock %} {% block content %}

Password Reset

Forgotten your password?

Enter your e-mail address below, and we'll e-mail instructions for setting a new one.

{% for error in form.email.errors %}

{{ error }}

{% endfor %} {{ form.email }}
{% csrf_token %}
{% endblock %}