From ef915adc914e30aa7b37adeb9546a2536ca2ce5e Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Mon, 30 Jun 2014 03:03:49 -0400 Subject: [PATCH] Improve error page. --- templates/error.mako | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/templates/error.mako b/templates/error.mako index 3e38adf..e4842d3 100644 --- a/templates/error.mako +++ b/templates/error.mako @@ -1,6 +1,7 @@ <%include file="/support/header.mako" args="title='Error! - Earwig\'s Copyvio Detector'"/> +

Error!

+

An error occured. If it hasn't been reported (try to check), please file an issue or email me. Include the following information:

-

An error occured! If it hasn't been reported (try to check), please file an issue or email me. Include the following information:

-
${traceback | h}
+
${traceback | trim,h}
<%include file="/support/footer.mako"/>