{% extends "registration/base_registration.html" %} {% load i18n %} {% block title %}Confirm password reset{% endblock %} {% block registration_content %}

Confirm password reset

{% if validlink %}
Enter your new password below to reset your password:
{{ form.as_p }}
{% else %}
It seems like the password confirmation link is incorrect. Please check your email and try again.
{% endif %} {% endblock %}