{% extends "registration/registration_base.html" %} {% load crispy_forms_tags %} {% load i18n %} {% block title %}{% trans "Reset password" %}{% endblock %} {% block content %}

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

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