diff templates/500.html @ 174:e40d79359d07

Make 400, 500 error pages work again
author dellsystem <ilostwaldo@gmail.com>
date Sat, 20 Oct 2012 13:07:44 -0400
parents eb3371142f4f
children
line wrap: on
line diff
--- a/templates/500.html	Sat Oct 20 00:38:23 2012 -0400
+++ b/templates/500.html	Sat Oct 20 13:07:44 2012 -0400
@@ -1,13 +1,11 @@
 {% extends "base.djhtml" %}
+
 {% block title %}
 Server error
 {% endblock %}
 
-{% block boxtitle %}
-Oops...
-{% endblock %}
-
-{% block boxcontents %}
+{% block content %}
+<h2>Oops ...</h2>
 <p>
   The server encountered an internal error. If the problem persists,
   please let us know.