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

{% trans "Forgot your password?" %}

{% endblock heading %} {% block content %}

{% blocktrans %} Enter your email in the form below and we'll send you instructions for creating a new one. {% endblocktrans %}

{% csrf_token %} {{ form|crispy }}
{% endblock content %} {# This is used by django.contrib.auth #}