django/tests/auth_tests/templates/registration/password_reset_confirm.html

8 lines
146 B
HTML

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