aboutsummaryrefslogtreecommitdiff
path: root/captain/templates/forgot.html
diff options
context:
space:
mode:
Diffstat (limited to 'captain/templates/forgot.html')
-rw-r--r--captain/templates/forgot.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/captain/templates/forgot.html b/captain/templates/forgot.html
new file mode 100644
index 0000000..595cf9e
--- /dev/null
+++ b/captain/templates/forgot.html
@@ -0,0 +1,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>