X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/7bc61c00286672b6d39f6e45ed948b2c858cc2de..9bc86f5a6542c5893ac94284da33162a7c7be2d6:/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 85d1e62f8..89bed2f7c 100644 --- a/src/wolnelektury/templates/forms/includes/built_form.html +++ b/src/wolnelektury/templates/forms/includes/built_form.html @@ -1,5 +1,6 @@ {% load honeypot %} {% load more %} +{% load i18n %}

{{ form.title }}

@@ -13,18 +14,13 @@ {{ form.intro|first_part:"---"|safe }} - {% if request.EXPERIMENTS.layout.value %} + {% if form_published %} {{ form_for_form.as_p }} {% if form_for_form.fields %} {% endif %} {% else %} - - {{ form_for_form.as_table }} - {% if form_for_form.fields %} - - {% endif %} -
+

FORMULARZ ZAMKNIĘTY

{% endif %}