djLint/tests/source_django/password_reset_confirm.html
2021-12-14 09:57:37 +01:00

6 lines
153 B
HTML

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