From f0434c14b1359f8decf712926e502bd98822b38c Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Mon, 1 Jul 2024 12:49:15 -0500 Subject: Display error better. --- qc_app/templates/http-error.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qc_app/templates/http-error.html b/qc_app/templates/http-error.html index 6a74ae8..374fb86 100644 --- a/qc_app/templates/http-error.html +++ b/qc_app/templates/http-error.html @@ -13,6 +13,6 @@
-
{{trace}}
+
{{"\n".join(trace)}}
{%endblock%} -- cgit v1.2.3