{% extends 'base.html' %} {% load crispy_forms_tags %} {% block content %} {% if validlink %}

Set a new password!

{% csrf_token %} {{ form|crispy }}
{% else %}

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

{% endif %} {% endblock %} {% block footer%} {% endblock footer%}