From 30c208226e8eedeb6879f0b771ae9d5987d06aec Mon Sep 17 00:00:00 2001 From: Andrew Godwin Date: Sat, 12 Nov 2022 23:21:52 -0700 Subject: Start having some sort of visual style --- templates/identity/_identity_menu.html | 5 +++++ templates/identity/create.html | 1 + templates/identity/select.html | 17 ++++++++--------- 3 files changed, 14 insertions(+), 9 deletions(-) create mode 100644 templates/identity/_identity_menu.html (limited to 'templates/identity') 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 @@ + diff --git a/templates/identity/create.html b/templates/identity/create.html index cbf0fb2..8e78e10 100644 --- a/templates/identity/create.html +++ b/templates/identity/create.html @@ -5,6 +5,7 @@ {% block title %}Create Identity{% endblock %} {% block content %} + {% include "identity/_identity_menu.html" %}