{% extends 'user_account/authentication/page/base_authentication_page.html' %} {% load crispy_forms_filters %} {% block base_title %}Password Reset{% endblock %} {% block registration_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 %}