{% extends "registration/registration_base.html" %} {% load i18n crispy_forms_tags %} {% block meta %} {% endblock %} {% block title %}{% trans "Confirm password reset" %}{% endblock %} {% block content %} {% if validlink %}

{% trans "Enter your new password below to reset your password:" %}

{% csrf_token %} {{ form|crispy }}
{% else %} {% url 'auth_password_reset' as url %} {% trans 'Password reset unsuccessful. Please try again.' %} {% endif %} {% endblock %} {# This is used by django.contrib.auth #}