From ef7bb8b482c42aabc2c5147f9f15c1741d5693ff Mon Sep 17 00:00:00 2001
From: "J.-S. Caux" <J.S.Caux@uva.nl>
Date: Mon, 15 Apr 2019 08:39:11 +0200
Subject: [PATCH] Template style: commentaries

---
 .../templates/commentaries/vet_commentary_email_rejected.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/commentaries/templates/commentaries/vet_commentary_email_rejected.html b/commentaries/templates/commentaries/vet_commentary_email_rejected.html
index 15be125ed..e2bac06f2 100644
--- a/commentaries/templates/commentaries/vet_commentary_email_rejected.html
+++ b/commentaries/templates/commentaries/vet_commentary_email_rejected.html
@@ -3,8 +3,8 @@ Dear {{ commentary.requested_by.get_title_display }} {{ commentary.requested_by.
 The Commentary Page you have requested, concerning publication with title {{ commentary.title }} by {{ commentary.author_list }}, has not been activated for the following reason: {{ refusal_reason }}.
 
 {% if further_explanation %}
-Further explanations:
-{{ further_explanation }}
+  Further explanations:
+  {{ further_explanation }}
 {% endif %}
 
 Thank you for your interest,
-- 
GitLab