{% extends "base.html" %} {% block title %}Choose New Password | Testpoint{% endblock %} {% block content %}{% if token_fail %}Invalid reset linkThis password-reset link has expired or has already been used.{% else %}Choose a new passwordUse a strong password you do not use on another site.{% endif %}{% if token_fail %}Request another link{% else %}{% csrf_token %}{% if form.non_field_errors %}{{ form.non_field_errors }}{% endif %}New password{% for error in form.password1.errors %}{{ error }}{% endfor %}Confirm new password{% for error in form.password2.errors %}{{ error }}{% endfor %}Change password{% endif %}{% include "components/footer.html" %}{% endblock %}
This password-reset link has expired or has already been used.
Use a strong password you do not use on another site.
{{ error }}