Base template updated so that nicely formatted rule errors are displayed
correctly.
This commit is contained in:
parent
1a0689d5d7
commit
4daedee4fc
1 changed files with 3 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue