{% 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 }} Confirm new password {% else %} The password reset link was invalid, possibly because it has already been used. Please request a new password reset link. {% endif %} {% endblock %}
Complete the below form to set a new password
The password reset link was invalid, possibly because it has already been used. Please request a new password reset link.