X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/a4d28c35907d5b4e4a3c4bd0ae289d00afdec69d..7bc61c00286672b6d39f6e45ed948b2c858cc2de:/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 index 4a8807f17..85d1e62f8 100644 --- a/src/wolnelektury/templates/forms/includes/built_form.html +++ b/src/wolnelektury/templates/forms/includes/built_form.html @@ -1,18 +1,34 @@ {% load honeypot %} +{% load more %} +

{{ form.title }}

-
- {{ form.intro|safe }} -
+{{ form_for_form.media }} +
+ {% csrf_token %} + {% render_honeypot_field %} + +
+ {{ form.intro|first_part:"---"|safe }} +
- {{ form_for_form.media }} - - {% csrf_token %} - {% render_honeypot_field %} + {% if request.EXPERIMENTS.layout.value %} + {{ form_for_form.as_p }} + {% if form_for_form.fields %} + + {% endif %} + {% else %} - {{ form_for_form.as_table }} + {{ form_for_form.as_table }} + {% if form_for_form.fields %} + {% endif %}
-
+ {% endif %} + +
+ {{ form.intro|second_part:"---"|safe }} +
+