From f56263d6bdd3db3aa76bf4f6014947833d5ed7c1 Mon Sep 17 00:00:00 2001 From: Sli Date: Sat, 6 Aug 2022 14:24:43 +0200 Subject: [PATCH] Fix broken forms --- core/templates/core/base.jinja | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/core/templates/core/base.jinja b/core/templates/core/base.jinja index 93c63f3e..29d3aeb9 100644 --- a/core/templates/core/base.jinja +++ b/core/templates/core/base.jinja @@ -15,16 +15,16 @@ - + - + {% endblock %} - {# The token is always passed here to be accessible from the dom #} - {# See this workaround https://docs.djangoproject.com/en/2.0/ref/csrf/#acquiring-the-token-if-csrf-use-sessions-is-true #} + + {% csrf_token %} {% block header %}