From 1812cef20155324deafc10388f47045bc12696ab Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Mon, 5 Aug 2024 12:08:21 -0500 Subject: Display the stack trace correctly on the template. --- uploader/templates/unhandled_exception.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'uploader/templates/unhandled_exception.html') 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 @@
-    {{'\n'.join(trace).strip()}}
+    {{trace}}
   
{%endblock%} -- cgit v1.2.3