aboutsummaryrefslogtreecommitdiff
path: root/templates/nav.html
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2022-01-27 09:51:44 -0500
committerB. Stack <bgstack15@gmail.com>2022-01-27 09:51:44 -0500
commitadfc6caaedefaeea913a7f5c4ad7781bb629ecba (patch)
tree4255fe3d57adaa4a0af8f9a93c0347afa70ea01f /templates/nav.html
downloadbws-master.tar.gz
bws-master.tar.bz2
bws-master.zip
initial commitHEADmaster
Diffstat (limited to 'templates/nav.html')
-rw-r--r--templates/nav.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/nav.html b/templates/nav.html
new file mode 100644
index 0000000..3ac7c1e
--- /dev/null
+++ b/templates/nav.html
@@ -0,0 +1,5 @@
+{# included by view and probably others #}
+<div id="nav">
+<a href="{{ settings_url }}">Settings</a>
+<a href="{{ logout_url }}">Logout</a>
+</div>
bgstack15