From a06e7749ff309bcf90753909a967cc38399a82f5 Mon Sep 17 00:00:00 2001 From: Emilie Date: Thu, 25 Aug 2016 18:29:07 +0200 Subject: [PATCH] Block : color style in template --- app/templates/core/inc/block.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/templates/core/inc/block.html b/app/templates/core/inc/block.html index b404dcc7..712c987d 100644 --- a/app/templates/core/inc/block.html +++ b/app/templates/core/inc/block.html @@ -6,6 +6,9 @@

{% for block in blocks %} + {% if block.background_color %} + color style : {{ block.background_color }} + {% endif %}
{% if not forloop.first and block.with_separator %} -- 2.39.5