{% extends "registration/registration_base.html" %} {% load trans from i18n %} {% block meta %} {% endblock meta %} {% block title %} {% trans "Confirm password reset" %} {% endblock title %} {% block heading %}

{% trans "Reset password" %}

{% endblock heading %} {% 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 content %} {# This is used by django.contrib.auth #}