{% extends "base.html" %} {% load i18n baseurl %} {% block title %}{{ block.super }}: {% trans "Reset Password" %}{% endblock %} {% block content %}

{% trans "Reset Password" %}

{% 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 %}