{% extends 'registration/registration_base.html' %} {% block head %} {% endblock %} {% block title %}Confirm password{% endblock %} {% block registration_block %} {% if validlink %}

Please enter your new password twice so we can verify you typed it in correctly.


{{ form.new_password1.errors.0 }}

{{ form.new_password2.errors.0 }}

{{ form.non_field_errors.0 }}
{% else %}

The password reset link was invalid, possibly because it has already been used. Please request a new password reset.

{% endif %} {% endblock registration_block %} {% block third_party_scripts %} {% endblock %}