{% extends "registration/base.html" %} {% block title %}Change your password - {{ block.super }}{% endblock %} {% block content %} {% if validlink %}

Change your password


{% csrf_token %} {{ form.as_p }}

{% else %}

Change your password


The password reset link was invalid, possibly because it has already been used.

Please request a new password reset.

Request reset

{% endif %} {% endblock content %}