summaryrefslogtreecommitdiffstats
path: root/templates/identity/_identity_menu.html
diff options
context:
space:
mode:
authorAndrew Godwin2022-11-17 17:43:00 -0700
committerAndrew Godwin2022-11-17 14:13:55 -0700
commit2154e6f02252576d8652e66f26fa4ae635d0f8ee (patch)
treea65a4e051c0cb9e99c77a083bf5b011b79f75cb8 /templates/identity/_identity_menu.html
parentf5eafb0ca0af3ed064202abbe99bfbeef8bbb74d (diff)
downloadtakahe-2154e6f02252576d8652e66f26fa4ae635d0f8ee.tar.gz
takahe-2154e6f02252576d8652e66f26fa4ae635d0f8ee.tar.bz2
takahe-2154e6f02252576d8652e66f26fa4ae635d0f8ee.zip
Rework UI to have vertical menus
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>