Locatizations.
[wolnelektury.git] / src / wolnelektury / templates / forms / includes / built_form.html
index 85d1e62..91bc886 100644 (file)
@@ -1,5 +1,6 @@
 {% load honeypot %}
 {% load more %}
+{% load i18n %}
 
 
 <h1>{{ form.title }}</h1>
     {{ form.intro|first_part:"---"|safe }}
   </div>
 
-  {% if request.EXPERIMENTS.layout.value %}
+  {% if form_published %}
     {{ form_for_form.as_p }}
     {% if form_for_form.fields %}
       <button>{{ form.button_text }}</button>
     {% endif %}
   {% else %}
-    <table>
-      {{ form_for_form.as_table }}
-      {% if form_for_form.fields %}
-        <tr><td></td><td><button>{{ form.button_text }}</button></td></tr>
-      {% endif %}
-    </table>
+  <p class="l-change-pop show">{% trans "FORMULARZ ZAMKNIĘTY" %}</p>
   {% endif %}