{% extends "registration/base.html" %} {% load i18n %} {% block registration_titletag %} {% trans 'Reset password' %} {% endblock registration_titletag %} {% block registration_metadescription %}{% trans 'Reset password' %}{% endblock registration_metadescription %} {% block registration_title %}

{% trans 'Reset password' %}

{% endblock %} {% block registration_content %}

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

{% if form.email.errors %}

{{ form.email.errors }}

{% endif %}
{% csrf_token %}
{% endblock %}