{% 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 '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 %}