about summary refs log tree commit diff
path: root/bh20simplewebuploader/templates/error.html
diff options
context:
space:
mode:
authorPjotr Prins2020-04-13 10:29:31 -0500
committerPjotr Prins2020-04-13 10:29:31 -0500
commitf1b4e9950120224e0631bb86309590dfb661f2b1 (patch)
tree38f4f77eabb64fd02b16c99fb748b0a5189c7a40 /bh20simplewebuploader/templates/error.html
parent7f78b5ed840095cb8d5c48dcb02c53400973fe13 (diff)
downloadbh20-seq-resource-f1b4e9950120224e0631bb86309590dfb661f2b1.tar.gz
bh20-seq-resource-f1b4e9950120224e0631bb86309590dfb661f2b1.tar.lz
bh20-seq-resource-f1b4e9950120224e0631bb86309590dfb661f2b1.zip
Format stack dump in output
Diffstat (limited to 'bh20simplewebuploader/templates/error.html')
-rw-r--r--bh20simplewebuploader/templates/error.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/bh20simplewebuploader/templates/error.html b/bh20simplewebuploader/templates/error.html
index c2ab0a4..b1d9402 100644
--- a/bh20simplewebuploader/templates/error.html
+++ b/bh20simplewebuploader/templates/error.html
@@ -9,7 +9,10 @@
         <h1>Upload Failed</h1>
         <hr>
         <p>
-            Your upload has failed. {{error_message}}
+          Your upload has failed.
+          <pre>
+            {{error_message|safe}}
+          </pre>
         </p>
         <p>
             <a href="/">Click here to try again.</a>