{% extends "registration/password_reset_base.html" %} {% load i18n semantic_filters %} {% block password_reset_content %}

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

{% csrf_token %}
{{ form.email }} {{ form.email.errors|semantic_error_list }}
{% endblock %}