{% extends 'base.html' %} {% load i18n static %} {% block content %} {{ block.super }}

{% translate 'Password reset' %}

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

{% csrf_token %}
{% include "dojo/form_fields.html" with form=form %}
{% endblock %}