From b27ae9c0a679d961187a5478c303f80ba04c84a2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Je=CC=81re=CC=81my=20Fabre?= Date: Mon, 24 Oct 2016 14:43:12 +0200 Subject: [PATCH] Fix page block description --- app/templates/core/inc/block.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/templates/core/inc/block.html b/app/templates/core/inc/block.html index 3640bac2..a969e76b 100644 --- a/app/templates/core/inc/block.html +++ b/app/templates/core/inc/block.html @@ -11,10 +11,10 @@

{{ block.title }}

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