Add chunk under forms.
authorRadek Czajka <rczajka@rczajka.pl>
Mon, 16 Aug 2021 13:00:52 +0000 (15:00 +0200)
committerRadek Czajka <rczajka@rczajka.pl>
Mon, 16 Aug 2021 13:00:52 +0000 (15:00 +0200)
src/wolnelektury/templates/forms/includes/built_form.html

index 34d0273..009bc5f 100644 (file)
@@ -1,4 +1,5 @@
 {% load honeypot %}
+{% load chunks %}
 
 <h1>{{ form.title }}</h1>
 
@@ -18,3 +19,7 @@
     </table>
     </form>
 
+
+    <div class="form-info">
+        {% chunk 'formularz_'|add:form.slug %}
+    </div>