{% extends "registration/registration_base.html" %} {% load trans blocktrans from i18n %} {% load crispy from crispy_forms_tags %} {% block title %} {% trans "Reset password" %} {% endblock title %} {% block heading %}
{% blocktrans %} Enter your email in the form below and we'll send you instructions for creating a new one. {% endblocktrans %}
{% endblock content %} {# This is used by django.contrib.auth #}