{% extends base_site_template %} {% block title %}{% if validlink %}Enter your new password{% else %}Token Invalid{% endif %}{% endblock %} {% block content %} {% if not validlink %}

The page you are trying to access does not acknowledge the token being passed through.
Either the token has expired or you missed transcribing exactly as the original

If you think this is an error, please contact us

{% else %}

You can now enter your new password.
We ask you to enter it twice so as to make sure it's the one you want and is free from accidental mis-typing

Should you prefer not to proceed, your old password will be preserved.

{% csrf_token %} {{form.as_div}}
{% endif %} {% endblock %}