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/create.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/create.html')
-rw-r--r-- | templates/identity/create.html | 1 |
1 files changed, 1 insertions, 0 deletions
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" %} <section class="modal identities"> <h1>Create Identity</h1> {% crispy form form.helper %} |