aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2024-07-01 12:49:15 -0500
committerFrederick Muriuki Muriithi2024-07-01 12:49:15 -0500
commitf0434c14b1359f8decf712926e502bd98822b38c (patch)
tree324a5f5c1cb590970bf051d82168a54c8c5e74ec
parent0e74a1589db9f367cdbc3dce232b1b6168e3aca1 (diff)
downloadgn-uploader-f0434c14b1359f8decf712926e502bd98822b38c.tar.gz
Display error better.test-resumablejs
-rw-r--r--qc_app/templates/http-error.html2
1 files changed, 1 insertions, 1 deletions
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 @@
</div>
<div class="row">
- <pre>{{trace}}</pre>
+ <pre>{{"\n".join(trace)}}</pre>
</div>
{%endblock%}