about summary refs log tree commit diff
path: root/templates/error.html
diff options
context:
space:
mode:
authorAdam Novak2020-04-09 15:41:29 -0700
committerAdam Novak2020-04-09 15:41:29 -0700
commit7d26be925f37b1f98cac23b018dd1a72fa506a3f (patch)
treea48e121a0a094f696e8b97a6db4486ec8ef6f67a /templates/error.html
parent02615e46e56376302ef99f7223f447a070248214 (diff)
downloadbh20-seq-resource-7d26be925f37b1f98cac23b018dd1a72fa506a3f.tar.gz
bh20-seq-resource-7d26be925f37b1f98cac23b018dd1a72fa506a3f.tar.lz
bh20-seq-resource-7d26be925f37b1f98cac23b018dd1a72fa506a3f.zip
Put back in directory
Diffstat (limited to 'templates/error.html')
-rw-r--r--templates/error.html19
1 files changed, 0 insertions, 19 deletions
diff --git a/templates/error.html b/templates/error.html
deleted file mode 100644
index c2ab0a4..0000000
--- a/templates/error.html
+++ /dev/null
@@ -1,19 +0,0 @@
-<!DOCTYPE html>
-<html>
-    <head>
-        <meta charset="UTF-8">
-        <meta name="viewport" content="width=device-width, initial-scale=1">
-        <title>Upload Failed</title>
-    </head>
-    <body>
-        <h1>Upload Failed</h1>
-        <hr>
-        <p>
-            Your upload has failed. {{error_message}}
-        </p>
-        <p>
-            <a href="/">Click here to try again.</a>
-        </p>
-        <hr>
-    </body>
-</html>