From 77b56b967747821509c82a8cf6802f661df14d9d Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Mon, 30 Jun 2014 02:57:31 -0400 Subject: [PATCH] Forgot what template engine I was using. --- templates/error.mako | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/error.mako b/templates/error.mako index 3b0cdf2..3e38adf 100644 --- a/templates/error.mako +++ b/templates/error.mako @@ -1,6 +1,6 @@ <%include file="/support/header.mako" args="title='Error! - Earwig\'s Copyvio Detector'"/>

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 | h}
<%include file="/support/footer.mako"/>