From: Jérémy Fabre Date: Mon, 24 Oct 2016 12:42:52 +0000 (+0200) Subject: Add the description to the page blocks X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=9727b052ebc7db5058d9b3d0a85c1dab1c2bbcd6;p=mezzo.git Add the description to the page blocks --- diff --git a/app/templates/core/inc/block.html b/app/templates/core/inc/block.html index 2e270fdf..3640bac2 100644 --- a/app/templates/core/inc/block.html +++ b/app/templates/core/inc/block.html @@ -12,7 +12,9 @@

{{ block.title }}

{% if block.description %} -

{{ block.description }}

+
+ {{ block.description }} +
{% endif %} {% if block.content %} {{ block.content|richtext_filters|safe }}