about summary refs log tree commit diff
path: root/uploader/templates
diff options
context:
space:
mode:
Diffstat (limited to 'uploader/templates')
-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%}