diff options
author | Andrew Godwin | 2022-11-12 23:21:52 -0700 |
---|---|---|
committer | Andrew Godwin | 2022-11-12 23:21:52 -0700 |
commit | 30c208226e8eedeb6879f0b771ae9d5987d06aec (patch) | |
tree | 06e5a1b42c4250563d1784ad202d01b891e1a5d0 /templates/identity/_identity_menu.html | |
parent | 143a4a6e8c70557710d1b207a176f169d145ed1e (diff) | |
download | takahe-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.html | 5 |
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> |