diff options
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 %} |