{% extends "base.html" %} {% load widget_tweaks %} {% block html_title %}Change your password{% endblock %} {% block content %}
{% if validlink %}

Choose a new password

{% csrf_token %} {{ form }}
{% else %}

Reset link invalid

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

{% endif %}
{% endblock %}