{% extends "djangocopy/base.html" %} {% load i18n bootstrap %} {% block title %}Password Reset Confirm{% endblock %} {% block djangocopy-content %} {% if validlink %}

Password Reset

Please enter and confirm your new password.

{% csrf_token %} {{ form|bootstrap }}

Please contact us if you have any trouble resetting your password.

{% else %}

Password reset failed

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

{% endif %} {% endblock %}