{% extends "djangocopy/base.html" %} {% load i18n bootstrap %} {% block title %}Password Reset Confirm{% endblock %} {% block djangocopy-content %} {% if validlink %}
Please enter and confirm your new password.
Please contact us if you have any trouble resetting your password.
The password reset link was invalid, possibly because it has already been used. Please request a new password reset.
{% endif %} {% endblock %}