{% extends 'base.html' %} {% load static %} {% block main %}

Set a New Password

Complete the below form to set a new password

{% if validlink %}
{% csrf_token %} {{ form.as_p }}
{% else %}

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

{% endif %}
{% endblock %}