aboutsummaryrefslogtreecommitdiff
path: root/gn_auth/templates/50x.html
diff options
context:
space:
mode:
Diffstat (limited to 'gn_auth/templates/50x.html')
-rw-r--r--gn_auth/templates/50x.html25
1 files changed, 25 insertions, 0 deletions
diff --git a/gn_auth/templates/50x.html b/gn_auth/templates/50x.html
new file mode 100644
index 0000000..859a232
--- /dev/null
+++ b/gn_auth/templates/50x.html
@@ -0,0 +1,25 @@
+{%extends "base.html"%}
+
+{%block title%}
+{{error.status_code or 500}}: {{error.description or "Generic Exception"}}
+{%endblock%}
+
+{%block pagetitle%}
+{{error.status_code or 500}}: {{error.description or "Generic Exception"}}
+{%endblock%}
+
+{%block content%}
+
+<p>The system has done something it should not! This is our fault.</p>
+
+<p>
+ Please send us the details below to help us figure out what we did wrong and
+ fix it.
+</p>
+
+<div class="row">
+ <p><strong>URI: {{page}}</p>
+ <pre>{{"".join(trace)}}</pre>
+</div>
+
+{%endblock%}