{% extends "base.html" %} {% load i18n %} {% block subtitle %}

{% trans 'Password reset' %}

{% endblock %} {% block main %}

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

{% csrf_token %} {% include 'extras/form.html' %}
{% endblock %}