diff --git a/account/templates/admin.html b/account/templates/admin.html index 6e7adc9..8bd8d28 100644 --- a/account/templates/admin.html +++ b/account/templates/admin.html @@ -9,7 +9,7 @@ {% endblock %} {% block form_fields %} -
+ {% csrf_token %} {{ form|crispy }} diff --git a/account/templates/base.html b/account/templates/base.html index e6ae0ae..e80b77e 100644 --- a/account/templates/base.html +++ b/account/templates/base.html @@ -119,7 +119,7 @@

Login

- {% csrf_token %} {{ login_form|crispy }} diff --git a/account/templates/clabpin.html b/account/templates/clabpin.html index 8c77b2e..d54c041 100644 --- a/account/templates/clabpin.html +++ b/account/templates/clabpin.html @@ -9,7 +9,7 @@ {% endblock %} {% block form_fields %} - + {% csrf_token %} {{ form|crispy }} diff --git a/account/templates/gastropin.html b/account/templates/gastropin.html index 593f7fb..ff476d6 100644 --- a/account/templates/gastropin.html +++ b/account/templates/gastropin.html @@ -14,7 +14,7 @@ {% endblock %} {% block form_fields %} - + {% csrf_token %} {{ form|crispy }} diff --git a/account/templates/group_list.html b/account/templates/group_list.html index 0548fb2..d29f9ab 100644 --- a/account/templates/group_list.html +++ b/account/templates/group_list.html @@ -1,7 +1,6 @@ {% extends "base.html" %} {% block container %} - BLA

members of {{ group.name }}

diff --git a/account/templates/member_base.html b/account/templates/member_base.html index 97214bf..ab4cf7a 100644 --- a/account/templates/member_base.html +++ b/account/templates/member_base.html @@ -4,41 +4,41 @@ {% block body %}