diff options
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> + |