X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/b0fadf2591f3af957c1c8e0307d0bcef9e9f8538..a98d18bc92d7d28d54c0cc1c1a636c9d79e6a648:/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..cef827f50 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,6 +14,7 @@ {{ form.intro|first_part:"---"|safe }} + {% if form_published %} {% if request.EXPERIMENTS.layout.value %} {{ form_for_form.as_p }} {% if form_for_form.fields %} @@ -26,6 +28,9 @@ {% endif %} {% endif %} + {% else %} +

FORMULARZ ZAMKNIĘTY

+ {% endif %}