From 9727b052ebc7db5058d9b3d0a85c1dab1c2bbcd6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Je=CC=81re=CC=81my=20Fabre?= Date: Mon, 24 Oct 2016 14:42:52 +0200 Subject: [PATCH] Add the description to the page blocks --- app/templates/core/inc/block.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 }} -- 2.39.5