diff --git a/src/dgsi/templates/dgsi/create_kanidm_account.html b/src/dgsi/templates/dgsi/create_kanidm_account.html index c17aa91..62ef674 100644 --- a/src/dgsi/templates/dgsi/create_kanidm_account.html +++ b/src/dgsi/templates/dgsi/create_kanidm_account.html @@ -10,6 +10,9 @@ {% csrf_token %} {% include "bulma/form.html" with form=form %} - + {% endblock content %} diff --git a/src/dgsi/templates/dgsi/create_self_account.html b/src/dgsi/templates/dgsi/create_self_account.html index 9e06865..5b2fc62 100644 --- a/src/dgsi/templates/dgsi/create_self_account.html +++ b/src/dgsi/templates/dgsi/create_self_account.html @@ -10,6 +10,9 @@ {% csrf_token %} {% include "bulma/form.html" with form=form %} - + {% endblock content %}