{% extends "base.html" %} {% load crispy_forms_tags %} {% block title %} Password reset | HAWC {% endblock %} {% block main_content %}
{% if validlink %} {% crispy form %} {% else %}

Password reset unsuccessful

The password reset link was invalid. There link may be invalid for one of the following reasons:

Please request a new link, or contact-us for help.

{% endif %}
{% endblock main_content %}