fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix
[wolnelektury.git]
/
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
85d1e62
..
cef827f
100644
(file)
--- 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 honeypot %}
{% load more %}
+{% load i18n %}
<h1>{{ form.title }}</h1>
<h1>{{ form.title }}</h1>
@@
-13,6
+14,7
@@
{{ form.intro|first_part:"---"|safe }}
</div>
{{ form.intro|first_part:"---"|safe }}
</div>
+ {% if form_published %}
{% if request.EXPERIMENTS.layout.value %}
{{ form_for_form.as_p }}
{% if form_for_form.fields %}
{% if request.EXPERIMENTS.layout.value %}
{{ form_for_form.as_p }}
{% if form_for_form.fields %}
@@
-26,6
+28,9
@@
{% endif %}
</table>
{% endif %}
{% endif %}
</table>
{% endif %}
+ {% else %}
+ <p class="l-change-pop show">FORMULARZ ZAMKNIĘTY</p>
+ {% endif %}
<div class="form-info" style="margin-top:2em;">
<div class="form-info" style="margin-top:2em;">