{% extends "userprofile/base_2col.html" %} {% load i18n %} {% block title %}{% trans "Password reset" %}{% endblock %} {% block robots %}noindex,nofollow{% endblock %} {% block extrajs %} {% endblock %} {% block userprofile_content %}
{% csrf_token %}
{% trans "Password reset" %}

{{ form.email }} {% if form.email.errors %}
* {{ form.email.errors|join:"; " }}
{% endif %}

{% if form.non_field_errors %} {% endif %}

{% endblock %} {% block userprofile_content_related %}

{% trans "Password reset form" %}

{% trans "Forgotten your password? Enter your e-mail address, and we'll reset your password and e-mail the new one to you" %}.

{% endblock %}