Full error handling
[invirt/packages/invirt-web.git] / code / templates / error.tmpl
diff --git a/code/templates/error.tmpl b/code/templates/error.tmpl
deleted file mode 100644 (file)
index ff9b4e0..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-#from skeleton import skeleton
-#extends skeleton
-
-#def title
-ERROR!
-#end def
-
-#def body
-<p>Uh-oh!  We experienced an error.  Sorry about that.  We've gotten
-mail about it.</p>
-
-<p>Feel free to poke us at <tt>xvm@mit.edu</tt> if this bug is
-consistently biting you and we don't seem to be fixing it.</p>
-
-<p>In case you're curious, the gory details are below.</p>
-
-<pre>
-$details
-</pre>
-#end def