diff options
Diffstat (limited to 'templates/identity/_identity_menu.html')
-rw-r--r-- | templates/identity/_identity_menu.html | 5 |
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> |