{% extends "two.html" %} {% load i18n %} {% block title %}{% trans "Password reset" %}{% endblock %} {% block left %}

{% trans "Reset your password" %}

If you have forgotten your password, or are requesting one for the first time, just enter your e-mail address below, and we'll send instructions for setting it up.

{% csrf_token %} {% csrf_token %} {{form.as_table}}

{% endblock %}