{% extends "registration/base_site.html" %} {% load i18n %} {% block bodyclass %}{{ block.super }}login{% endblock %} {% block header-align %}center{% endblock %} {% block title %}{{ title }}{% endblock %} {% block content %}
{% if title %}{{ title }}{% endif %}

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

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