{% extends "django_registration/registration_base.html" %} {% load staticfiles %} {% load i18n %} {% 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.as_p }} {% else %} Password reset unsuccessful. Please try again. {% endif %} {% endblock %} {# This is used by django.contrib.auth #}
{% trans "Enter your new password below to reset your password:" %}