{% extends 'spire/authentication/page/authentication_page.html' %} {% load crispy_forms_filters %} {% block base_title %}Password Reset{% endblock %} {% block authentication_page_content %}
The password reset link was invalid, possibly because it has already been used. Please request a new password reset
{% else %} {% if form %} {% else %}Your password is now changed
{% endif %} {% endif %} {% endblock %}