{% extends "base.html" %} {% load url from future %} {% load i18n %} {% block content %}

{% trans "Password reset" %}

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

{% if form.errors %}

{% trans "Please fix errors in registration form." %}

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

{% endblock %}