Add 500.html template, missed in previous commit
authorMagnus Hagander <magnus@hagander.net>
Thu, 18 Aug 2011 08:46:48 +0000 (10:46 +0200)
committerMagnus Hagander <magnus@hagander.net>
Thu, 18 Aug 2011 08:46:48 +0000 (10:46 +0200)
templates/errors/500.html [new file with mode: 0644]

diff --git a/templates/errors/500.html b/templates/errors/500.html
new file mode 100644 (file)
index 0000000..57dda5c
--- /dev/null
@@ -0,0 +1,9 @@
+{%extends "base/page.html"%}
+{%block title%}Server error{%endblock%}
+{%block contents%}
+<h1>Server Error</h1>
+<p>
+{{message}}
+</p>
+</h1>
+{%endblock%}