{% extends "registration/base.html" %} {% load common i18n %} {% block content %}

{% block page_title %}{% trans "Password reset" %}{% endblock %}

{% trans "Forgotten your password? Enter your e-mail address below, and we'll e-mail instructions for setting a new one." %}

{% csrf_token %} {% for f in form %} {% field f %} {% endfor %}
{% endblock %}