From 8bc37c2d851e06b036c8f895582fedd7051b3592 Mon Sep 17 00:00:00 2001 From: Max Kanat-Alexander Date: Fri, 14 May 2010 07:11:38 -0700 Subject: Bug 372537: Improve CodeErrors: show the traceback (without function arguments) r=LpSolit, a=LpSolit --- template/en/default/global/code-error.html.tmpl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'template') diff --git a/template/en/default/global/code-error.html.tmpl b/template/en/default/global/code-error.html.tmpl index c91bc66ee..e3bd3ba8b 100644 --- a/template/en/default/global/code-error.html.tmpl +++ b/template/en/default/global/code-error.html.tmpl @@ -539,6 +539,9 @@ +

Traceback:

+
[% traceback FILTER html_linebreak %]
+ [% IF variables %]
 Variables:
-- 
cgit v1.2.3-24-g4f1b