X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/0a637ce4b427eb7376f3902ab0e51cf274a8b1da..c4e9b9e65d8950259e37be9aa87d6be0304263b6:/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 34d0273f6..46d24ccdd 100644
--- 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 more %}
 
 <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 }}
@@ -18,3 +19,7 @@
     </table>
     </form>
 
+
+    <div class="form-info" style="margin-top:2em;">
+	{{ form.intro|second_part:"---"|safe }}
+    </div>