mirror of
https://github.com/Hopiu/djLint.git
synced 2026-05-20 19:01:52 +00:00
6 lines
153 B
HTML
6 lines
153 B
HTML
Hello, {{ form.user }}.
|
|
{% if validlink %}
|
|
Please enter your new password: {{ form }}
|
|
{% else %}
|
|
The password reset link was invalid
|
|
{% endif %}
|