fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Split form intro.
[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
..
aaf4ade
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>
<div class="form-info">
<h1>{{ form.title }}</h1>
<div class="form-info">
- {{ form.intro|safe }}
+ {{ form.intro|
first_part:"---"|
safe }}
</div>
{{ form_for_form.media }}
</div>
{{ form_for_form.media }}
@@
-21,5
+21,5
@@
<div class="form-info">
<div class="form-info">
-
{% chunk 'formularz_'|add:form.slug %
}
+
{{ form.intro|second_part:"---"|safe }
}
</div>
</div>