Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/auth_tests/templates/registration/password_reset_confirm.html
blob: 42677d6766aad400cc5946a27d8d8800d06bf877 (plain)
1
2
3
4
5
6
7
Hello, {{ form.user }}.

{% if validlink %}
Please enter your new password: {{ form }}
{% else %}
The password reset link was invalid
{% endif %}