From b89ddf83530285bc57f8c176089cbb769ffe953b Mon Sep 17 00:00:00 2001 From: Radek Czajka Date: Mon, 16 Aug 2021 15:00:52 +0200 Subject: [PATCH] Add chunk under forms. --- src/wolnelektury/templates/forms/includes/built_form.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/wolnelektury/templates/forms/includes/built_form.html b/src/wolnelektury/templates/forms/includes/built_form.html index 34d0273f6..009bc5f76 100644 --- a/src/wolnelektury/templates/forms/includes/built_form.html +++ b/src/wolnelektury/templates/forms/includes/built_form.html @@ -1,4 +1,5 @@ {% load honeypot %} +{% load chunks %}

{{ form.title }}

@@ -18,3 +19,7 @@ + +
+ {% chunk 'formularz_'|add:form.slug %} +
-- 2.20.1