{% extends 'base.html' %} {% load crispy_forms_tags %} {% load static %} {% block heading %}

Login Password reset

{% endblock %} {% block content %} {% if validlink %}
{% csrf_token %} {{ form|crispy }}
{% else %}

The password reset link was invalid, possibly because it has already been used. Please request a new assword reset.

{% endif %} {% endblock %}