{% extends "base.html" %} {% load i18n %} {% block title %}{{ title }}{% endblock %} {% block content %}
{% csrf_token %}

{{ title }}

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

{{ form.as_p }}
{% endblock %}