summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorMax Kanat-Alexander <mkanat@bugzilla.org>2010-05-14 16:11:38 +0200
committerMax Kanat-Alexander <mkanat@bugzilla.org>2010-05-14 16:11:38 +0200
commit8bc37c2d851e06b036c8f895582fedd7051b3592 (patch)
tree65aacd22bb02b4b25fb04f16b8720965900574e8 /template
parent0d8aa2755abd5b62cbf0d8368b2e97a73bfcdd0d (diff)
downloadbugzilla-8bc37c2d851e06b036c8f895582fedd7051b3592.tar.gz
bugzilla-8bc37c2d851e06b036c8f895582fedd7051b3592.tar.xz
Bug 372537: Improve CodeErrors: show the traceback (without function
arguments) r=LpSolit, a=LpSolit
Diffstat (limited to 'template')
-rw-r--r--template/en/default/global/code-error.html.tmpl3
1 files changed, 3 insertions, 0 deletions
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 @@
</tr>
</table>
+<p>Traceback:</p>
+<pre>[% traceback FILTER html_linebreak %]</pre>
+
[% IF variables %]
<pre>
Variables: