{% extends "registration/base.html" %} {% load i18n %} {% block breadcrumb %} {% endblock %} {% block main %}

{% trans "Enter your email address and click the submit button. You will be sent a link to reset your password." %}

{% csrf_token %} {{ form.as_p }}
{% endblock %}