{% extends "registration/base.html" %} {% load i18n %} {% block title %} {{ block.super }} | {% trans "Password reset" %} {% endblock %} {% block extrahead %} {{ block.super }} {% endblock %} {% block big_message %}{% trans "Lost password?" %}{% endblock %} {% block content %}
{% blocktrans %}

Please enter the e-mail address associated with your account. We will send you instructions on how to reset your password.

{% endblocktrans %} {{ form.email }} {{ form.email.errors }}
{% endblock %}