{% extends "registration/registration_base.html" %} {% load i18n crispy_forms_tags %} {% block title %}{% trans "Reset password" %}{% endblock %} {% block content %}
{% csrf_token %} {{ form|crispy }}
{% endblock %} {# This is used by django.contrib.auth #}