summaryrefslogtreecommitdiffstats
path: root/templates/identity/_identity_menu.html
diff options
context:
space:
mode:
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>