{% extends 'django_spire/auth/page/auth_page.html' %} {% block base_title %}Password Reset{% endblock %} {% block authentication_page_content %}
Password Reset
{% if token_fail %}

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

{% else %} {% if form %}
{% csrf_token %}
{% include 'django_spire/glue/form/field/char/field.html' with glue_field='email' %}
{% else %}

Your password is now changed

{% endif %} {% endif %} {% endblock %}