about summary refs log tree commit diff
path: root/bh20simplewebuploader/templates/error.html
diff options
context:
space:
mode:
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>