diff options
author | Frederick Muriuki Muriithi | 2024-07-01 12:49:15 -0500 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2024-07-01 12:49:15 -0500 |
commit | f0434c14b1359f8decf712926e502bd98822b38c (patch) | |
tree | 324a5f5c1cb590970bf051d82168a54c8c5e74ec | |
parent | 0e74a1589db9f367cdbc3dce232b1b6168e3aca1 (diff) | |
download | gn-uploader-test-resumablejs.tar.gz |
Display error better.test-resumablejs
-rw-r--r-- | qc_app/templates/http-error.html | 2 |
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%} |