diff --git a/backend/resources/error-report.tmpl b/backend/resources/error-report.tmpl index be4df1196a..a04f0df6b0 100644 --- a/backend/resources/error-report.tmpl +++ b/backend/resources/error-report.tmpl @@ -143,8 +143,18 @@ {% endif %} + {% if explain %} +
+ {% endif %} + {% if data %} + + {% endif %} + {% if error %} + + {% endif %} + {% if params %} -{{params}}
@@ -153,7 +163,7 @@
{% endif %}
{% if explain %}
- {{explain}}
@@ -162,7 +172,7 @@
{% endif %}
{% if data %}
- {{data}}
@@ -171,7 +181,7 @@
{% endif %}
{% if error %}
- {{error.trace}}