From 7d26be925f37b1f98cac23b018dd1a72fa506a3f Mon Sep 17 00:00:00 2001 From: Adam Novak Date: Thu, 9 Apr 2020 15:41:29 -0700 Subject: Put back in directory --- bh20simplewebuploader/templates/error.html | 19 ++++++ bh20simplewebuploader/templates/form.html | 95 ++++++++++++++++++++++++++++ bh20simplewebuploader/templates/success.html | 24 +++++++ 3 files changed, 138 insertions(+) create mode 100644 bh20simplewebuploader/templates/error.html create mode 100644 bh20simplewebuploader/templates/form.html create mode 100644 bh20simplewebuploader/templates/success.html (limited to 'bh20simplewebuploader/templates') diff --git a/bh20simplewebuploader/templates/error.html b/bh20simplewebuploader/templates/error.html new file mode 100644 index 0000000..c2ab0a4 --- /dev/null +++ b/bh20simplewebuploader/templates/error.html @@ -0,0 +1,19 @@ + + +
+ + ++ Your upload has failed. {{error_message}} +
+ ++ This tool can be used to upload sequenced genomes of SARS-CoV-2 samples to the Public SARS-CoV-2 Sequence Resource. Your uploaded sequence will automatically be processed and incorporated into the public pangenome. +
++ Your files have been uploaded. They should soon appear as part of the Public SARS-CoV-2 Sequence Resource. +
++ The upload log was: +
+{{log}}+
+ Click here to upload more files. +
+