diff options
author | B. Stack <bgstack15@gmail.com> | 2022-01-27 09:51:44 -0500 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2022-01-27 09:51:44 -0500 |
commit | adfc6caaedefaeea913a7f5c4ad7781bb629ecba (patch) | |
tree | 4255fe3d57adaa4a0af8f9a93c0347afa70ea01f /templates/nav.html | |
download | bws-master.tar.gz bws-master.tar.bz2 bws-master.zip |
Diffstat (limited to 'templates/nav.html')
-rw-r--r-- | templates/nav.html | 5 |
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> |