X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/a4d28c35907d5b4e4a3c4bd0ae289d00afdec69d..528a34731579d8b81df43879f2b63c2754005a86:/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..46d24ccdd 100644 --- a/src/wolnelektury/templates/forms/includes/built_form.html +++ b/src/wolnelektury/templates/forms/includes/built_form.html @@ -1,9 +1,10 @@ {% load honeypot %} +{% load more %}

{{ form.title }}

-
- {{ form.intro|safe }} +
+ {{ form.intro|first_part:"---"|safe }}
{{ form_for_form.media }} @@ -12,7 +13,13 @@ {% render_honeypot_field %} {{ form_for_form.as_table }} - + {% if form_for_form.fields %} + + {% endif %}
+ +
+ {{ form.intro|second_part:"---"|safe }} +