{% extends 'spire/authentication/page/authentication_page.html' %} {% load crispy_forms_filters %} {% 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 %} {{ form|crispy }}
{% else %}

Your password is now changed

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