From aa6df3edbd78cb87fdf47adf6d93ad1340cc78a0 Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Tue, 1 Nov 2016 12:23:44 +0100 Subject: [PATCH] [mod] fix indentation --- prosopopee/themes/exposure/templates/sections/text.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/prosopopee/themes/exposure/templates/sections/text.html b/prosopopee/themes/exposure/templates/sections/text.html index a72909b..ea09657 100644 --- a/prosopopee/themes/exposure/templates/sections/text.html +++ b/prosopopee/themes/exposure/templates/sections/text.html @@ -1,9 +1,11 @@ {% if section.background or section.color %} -
+
{% endif %} +
- {{ section.text }} + {{ section.text }}
+ {% if section.background or section.color %} -
+
{% endif %}