fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Experiments page.
[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
009bc5f
..
46d24cc
100644
(file)
--- a/
src/wolnelektury/templates/forms/includes/built_form.html
+++ b/
src/wolnelektury/templates/forms/includes/built_form.html
@@
-1,10
+1,10
@@
{% load honeypot %}
{% load honeypot %}
-{% load
chunks
%}
+{% load
more
%}
<h1>{{ form.title }}</h1>
<h1>{{ form.title }}</h1>
- <div class="form-info">
- {{ form.intro|safe }}
+ <div class="form-info"
style="margin-bottom:2em;"
>
+ {{ form.intro|
first_part:"---"|
safe }}
</div>
{{ form_for_form.media }}
</div>
{{ form_for_form.media }}
@@
-20,6
+20,6
@@
</form>
</form>
- <div class="form-info">
-
{% chunk 'formularz_'|add:form.slug %
}
+ <div class="form-info"
style="margin-top:2em;"
>
+
{{ form.intro|second_part:"---"|safe }
}
</div>
</div>