Base template updated so that nicely formatted rule errors are displayed
correctly.
This commit is contained in:
parent
1a0689d5d7
commit
4daedee4fc
|
@ -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 %}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue