]> git.parisson.com Git - mezzo.git/commitdiff
Add the description to the page blocks
authorJérémy Fabre <Jeremy@iMac-de-Jeremy.local>
Mon, 24 Oct 2016 12:42:52 +0000 (14:42 +0200)
committerJérémy Fabre <Jeremy@iMac-de-Jeremy.local>
Mon, 24 Oct 2016 12:42:52 +0000 (14:42 +0200)
app/templates/core/inc/block.html

index 2e270fdfd76d1fe01617e024aa605b5b72523e24..3640bac2983dd362ab4ee086b5a81d65427ebf2d 100644 (file)
@@ -12,7 +12,9 @@
                         <div class="col-sm-9 col-sm-push-3 col-lg-8 col-lg-push-2">
                             <h2 class="dotted">{{ block.title }}</h2>
                                 {% if block.description %}
-                            <p>{{ block.description }}</p>
+                            <div class="chapo">
+                                {{ block.description }}
+                            </div>
                             {% endif %}
                             {% if block.content %}
                                  {{ block.content|richtext_filters|safe }}