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, 0 insertions, 5 deletions
diff --git a/templates/identity/_identity_menu.html b/templates/identity/_identity_menu.html
deleted file mode 100644
index fff70cb..0000000
--- a/templates/identity/_identity_menu.html
+++ /dev/null
@@ -1,5 +0,0 @@
-<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>