aboutsummaryrefslogtreecommitdiffstats
path: root/demo/templates/page_error.html.j2
diff options
context:
space:
mode:
Diffstat (limited to 'demo/templates/page_error.html.j2')
-rw-r--r--demo/templates/page_error.html.j29
1 files changed, 8 insertions, 1 deletions
diff --git a/demo/templates/page_error.html.j2 b/demo/templates/page_error.html.j2
index 3233283..a3f260e 100644
--- a/demo/templates/page_error.html.j2
+++ b/demo/templates/page_error.html.j2
@@ -1,5 +1,12 @@
{% extends "base.html.j2" %}
{% block content %}
-{% include "frag_error.html.j2" %}
+<div id="container">
+<h2>Error</h2>
+<p>An error occurred while processing your request.</p>
+
+<pre>
+{{ error }}
+</pre>
+</div>
{% endblock %}