{% extends 'core/page.html' %} {% load i18n %} {% block page %}

{% trans "Password reset" %}

{% trans "Forgotten your password? Enter your email address below, and we'll send you an email allowing you to reset it." %}

{% csrf_token %} {% include 'core/partials/form_fields.html' %}
{% endblock %}