aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--uploader/templates/unhandled_exception.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/uploader/templates/unhandled_exception.html b/uploader/templates/unhandled_exception.html
index d6087cb..cfb0c0b 100644
--- a/uploader/templates/unhandled_exception.html
+++ b/uploader/templates/unhandled_exception.html
@@ -18,7 +18,7 @@
</div>
<div class="row">
<pre>
- {{'\n'.join(trace).strip()}}
+ {{trace}}
</pre>
</div>
{%endblock%}