diff options
author | Jeffrey Armstrong <jeff@approximatrix.com> | 2022-04-27 12:48:26 -0400 |
---|---|---|
committer | Jeffrey Armstrong <jeff@approximatrix.com> | 2022-04-27 12:48:26 -0400 |
commit | 6ae21577802462f38d98dd0e5415166008b1b13f (patch) | |
tree | 8d8606f15fe24af885b67d0cf30279c64bcd9e3e /captain/templates/profile.html | |
parent | e5a2850b6bb9887b241316be24b3f7047cef6ea3 (diff) | |
download | levitating-6ae21577802462f38d98dd0e5415166008b1b13f.tar.gz levitating-6ae21577802462f38d98dd0e5415166008b1b13f.zip |
Started work on user-facing user stuff for web interface.
Diffstat (limited to 'captain/templates/profile.html')
-rw-r--r-- | captain/templates/profile.html | 6 |
1 files changed, 6 insertions, 0 deletions
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 %} + +<h2>User Profile - {{ username }}</h2> + +<p><strong><a href="{{ base_url }}/logout.html">Logout</a></strong></p> + |