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

User Profile - {{ username }}

+ +

Logout

+ -- cgit v1.2.3