mirror of
https://github.com/Sosokker/ku-polls.git
synced 2025-12-18 13:04:05 +01:00
8 lines
242 B
HTML
8 lines
242 B
HTML
<h1>Forgot your password?</h1>
|
|
<p>Enter your email address below, and we'll email instructions for setting a new one.</p>
|
|
|
|
<form method="POST">
|
|
{% csrf_token %}
|
|
{{ form.as_p }}
|
|
<input type="submit" value="Send me instructions!">
|
|
</form> |