X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/f8237807eed38189cf909c73d37c2b3d1e2d584a..a4d28c35907d5b4e4a3c4bd0ae289d00afdec69d:/src/wolnelektury/templates/forms/includes/built_form.html diff --git a/src/wolnelektury/templates/forms/includes/built_form.html b/src/wolnelektury/templates/forms/includes/built_form.html new file mode 100644 index 000000000..4a8807f17 --- /dev/null +++ b/src/wolnelektury/templates/forms/includes/built_form.html @@ -0,0 +1,18 @@ +{% load honeypot %} + +

{{ form.title }}

+ +
+ {{ form.intro|safe }} +
+ + {{ form_for_form.media }} +
+ {% csrf_token %} + {% render_honeypot_field %} + + {{ form_for_form.as_table }} + +
+
+