{% extends 'base.html' %} {% load static %} {% block head_block %} {% endblock %} {% block content %} {% if validlink %}

Change password

{% csrf_token %} {% for field in form %} {% endfor %}
{{ field.label_tag }} {{ field }}
{% else %}

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

{% endif %} {% endblock %}