{% extends 'customauth/base.html' %} {% block page_title %}Password Reset{% endblock %} {% block form %} {% if form %}
{% else %}Password reset link is invalid or expired. Please create a fresh link to reset your password.
{% endif %} {% endblock %} {% block footer %} {% block script %} {% endblock %} {% endblock %}