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/login.html | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 captain/templates/login.html (limited to 'captain/templates/login.html') diff --git a/captain/templates/login.html b/captain/templates/login.html new file mode 100644 index 0000000..ab06b26 --- /dev/null +++ b/captain/templates/login.html @@ -0,0 +1,20 @@ +{% extends index.html as contents %} + +

User Login for the {{ project }} Project

+ +
+
+ Existing Users +

+ +

+

+ +

+ +
+
+ +

{{ login_message }}

+ +

Forgot Password?

-- cgit v1.2.3