fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Filtering search results.
[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
34d0273
..
46d24cc
100644
(file)
--- a/
src/wolnelektury/templates/forms/includes/built_form.html
+++ b/
src/wolnelektury/templates/forms/includes/built_form.html
@@
-1,9
+1,10
@@
{% load honeypot %}
{% load honeypot %}
+{% 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 }}
@@
-18,3
+19,7
@@
</table>
</form>
</table>
</form>
+
+ <div class="form-info" style="margin-top:2em;">
+ {{ form.intro|second_part:"---"|safe }}
+ </div>