mirror of
https://github.com/Hopiu/django.git
synced 2026-03-23 17:30:27 +00:00
7 lines
146 B
HTML
7 lines
146 B
HTML
Hello, {{ form.user }}.
|
|
|
|
{% if validlink %}
|
|
Please enter your new password: {{ form }}
|
|
{% else %}
|
|
The password reset link was invalid
|
|
{% endif %}
|