From 4daedee4fc5bb30482b130fce0d4b19b3aa090fc Mon Sep 17 00:00:00 2001 From: simon Date: Wed, 10 Aug 2016 20:06:07 +0100 Subject: [PATCH] Base template updated so that nicely formatted rule errors are displayed correctly. --- resources/templates/base.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/resources/templates/base.html b/resources/templates/base.html index 35c830b..81255cb 100644 --- a/resources/templates/base.html +++ b/resources/templates/base.html @@ -45,7 +45,9 @@ {% endif %} {% if error %}
-

{{error}}

+
+{{error}}
+      
{% endif %}