aboutsummaryrefslogtreecommitdiff
path: root/captain/templates/forgot.html
blob: 595cf9ed5c021a85b871d0466eb25929c847388a (plain)
1
2
3
4
5
6
7
8
9
10
11
{% extends index.html as contents %}

<h2>Forgot Your Password?</h2>

<p>Please enter the email address associated with the account below:</p>

<form id='login' action='{{ base_url }}/forgot.html' method='get' accept-charset='UTF-8' >
    <label for="email">Email Address:</label>
    <input type="text" name="email" id="email" />
    <input type='submit' value="Reset" />
</form>