You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
299 B
12 lines
299 B
{% if validlink %}
|
|
<h3>Change password</h3>
|
|
<form method="post">
|
|
{% csrf_token %}
|
|
{{ form.as_p }}
|
|
<button type="submit">Change password</button>
|
|
</form>
|
|
{% else %}
|
|
<p>
|
|
The password reset link was invalid, possibly because it has already been used.
|
|
Please request a new password reset.
|
|
</p> |