diff options
author | Pjotr Prins | 2020-04-13 10:29:31 -0500 |
---|---|---|
committer | Pjotr Prins | 2020-04-13 10:29:31 -0500 |
commit | f1b4e9950120224e0631bb86309590dfb661f2b1 (patch) | |
tree | 38f4f77eabb64fd02b16c99fb748b0a5189c7a40 /bh20simplewebuploader/templates | |
parent | 7f78b5ed840095cb8d5c48dcb02c53400973fe13 (diff) | |
download | bh20-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')
-rw-r--r-- | bh20simplewebuploader/templates/error.html | 5 |
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> |