{% extends 'base.html' %} {% block title %}Enter new password{% endblock %} {% block content %} {% if validlink %}

Set a new password!

{% 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.

{% endif %} {% endblock %}