9 lines
457 B
HTML
Executable File
9 lines
457 B
HTML
Executable File
<h1>Password reset</h1>
|
|
|
|
<p>Forgotten your password? Enter your e-mail address below, and we'll e-mail instructions for setting a new one.</p>
|
|
|
|
<form action="/password_reset/" method="post">
|
|
<input type='hidden' name='csrfmiddlewaretoken' value='${ csrf }' />
|
|
<p><label for="id_email">E-mail address:</label> <input id="id_email" type="text" name="email" maxlength="75" /> <input type="button" id="pwd_reset_button" value="Reset my password" /></p>
|
|
</form>
|