{% extends "registration/base.html" %} {% load i18n %} {% block title %}{% trans "Password reset" %}{% endblock %} {% block content %}

{% trans "Password reset" %}

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