2018-10-10 16:07:22 +00:00
|
|
|
<title> Password reset </title>
|
|
|
|
|
|
|
|
<h2> Password reset </h2>
|
|
|
|
<br><br>
|
2018-10-16 18:25:50 +00:00
|
|
|
To reset your password, please enter your username below. You will get an email with a link to change your password.
|
|
|
|
<br><br>
|
2018-10-14 15:48:11 +00:00
|
|
|
<form action={% url 'reset_password' %} method="post">
|
2018-10-10 16:07:22 +00:00
|
|
|
{% csrf_token %}
|
|
|
|
Username:<br>
|
|
|
|
<input type="text" name="user" id="user">
|
|
|
|
<br>
|
|
|
|
<input type="submit" value="Submit">
|
|
|
|
</form>
|