diff --git a/users/templates/users/_form.html b/users/templates/users/_form.html index 1fd76ac..53552e9 100644 --- a/users/templates/users/_form.html +++ b/users/templates/users/_form.html @@ -83,3 +83,4 @@ {% include 'users/modal_crop.html' %} + diff --git a/users/templates/users/list.html b/users/templates/users/list.html index 28cab42..b810d59 100644 --- a/users/templates/users/list.html +++ b/users/templates/users/list.html @@ -80,4 +80,7 @@ + + + {% endblock %} diff --git a/users/templates/users/register.html b/users/templates/users/register.html index f305722..b3a429f 100644 --- a/users/templates/users/register.html +++ b/users/templates/users/register.html @@ -101,6 +101,7 @@ {% include 'users/modal_crop.html' %} + {% endblock %} -- libgit2 0.21.2