Base template updated so that nicely formatted rule errors are displayed

correctly.
This commit is contained in:
simon 2016-08-10 20:06:07 +01:00
parent 1a0689d5d7
commit 4daedee4fc

View file

@ -45,7 +45,9 @@
{% endif %} {% endif %}
{% if error %} {% if error %}
<div id="error"> <div id="error">
<p class="error">{{error}}</p> <pre class="error">
{{error}}
</pre>
</div> </div>
{% endif %} {% endif %}