From 6ae21577802462f38d98dd0e5415166008b1b13f Mon Sep 17 00:00:00 2001 From: Jeffrey Armstrong Date: Wed, 27 Apr 2022 12:48:26 -0400 Subject: Started work on user-facing user stuff for web interface. --- captain/templates/forgot.html | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 captain/templates/forgot.html (limited to 'captain/templates/forgot.html') 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 %} + +

Forgot Your Password?

+ +

Please enter the email address associated with the account below:

+ +
+ + + +
-- cgit v1.2.3