summaryrefslogtreecommitdiffstats
path: root/templates/identity/_identity_menu.html
diff options
context:
space:
mode:
authorAndrew Godwin2022-11-12 23:21:52 -0700
committerAndrew Godwin2022-11-12 23:21:52 -0700
commit30c208226e8eedeb6879f0b771ae9d5987d06aec (patch)
tree06e5a1b42c4250563d1784ad202d01b891e1a5d0 /templates/identity/_identity_menu.html
parent143a4a6e8c70557710d1b207a176f169d145ed1e (diff)
downloadtakahe-30c208226e8eedeb6879f0b771ae9d5987d06aec.tar.gz
takahe-30c208226e8eedeb6879f0b771ae9d5987d06aec.tar.bz2
takahe-30c208226e8eedeb6879f0b771ae9d5987d06aec.zip
Start having some sort of visual style
Diffstat (limited to 'templates/identity/_identity_menu.html')
-rw-r--r--templates/identity/_identity_menu.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/identity/_identity_menu.html b/templates/identity/_identity_menu.html
new file mode 100644
index 0000000..fff70cb
--- /dev/null
+++ b/templates/identity/_identity_menu.html
@@ -0,0 +1,5 @@
+<nav>
+ <a href="/identity/select/" {% if identities %}class="selected"{% endif %}>Select Identity</a>
+ <a href="/identity/create/" {% if form %}class="selected"{% endif %}>Create Identity</a>
+ <a href="/auth/logout/">Logout</a>
+</nav>