diff options
author | Pjotr Prins | 2020-04-13 10:05:00 -0500 |
---|---|---|
committer | Pjotr Prins | 2020-04-13 10:05:00 -0500 |
commit | 7f78b5ed840095cb8d5c48dcb02c53400973fe13 (patch) | |
tree | 7ef72ae35f42d8d2fb3a58605b1336880121d8b0 /bh20simplewebuploader | |
parent | 2cf9b61eb9212c1755d7eee2cdd41c2f0767ce07 (diff) | |
download | bh20-seq-resource-7f78b5ed840095cb8d5c48dcb02c53400973fe13.tar.gz bh20-seq-resource-7f78b5ed840095cb8d5c48dcb02c53400973fe13.tar.lz bh20-seq-resource-7f78b5ed840095cb8d5c48dcb02c53400973fe13.zip |
Image credits & enable button
Diffstat (limited to 'bh20simplewebuploader')
-rw-r--r-- | bh20simplewebuploader/templates/form.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bh20simplewebuploader/templates/form.html b/bh20simplewebuploader/templates/form.html index c5dcce6..4955095 100644 --- a/bh20simplewebuploader/templates/form.html +++ b/bh20simplewebuploader/templates/form.html @@ -149,7 +149,7 @@ span.dropt:hover {text-decoration: none; background: #ffffff; z-index: 6; } </head> <body> <section class="header"> - <div class="logo"><a href="https://github.com/tylermorganwall/coronaobj/"><img src="static/image/coronasmallcomp.gif" width="150" /></a></div> + <div class="logo"><a href="http://covid-19.genenetwork.org/"><img src="static/image/coronasmallcomp.gif" width="150" title="COVID-19 image by Tyler Morgan-Wall"></a></div> <h1>Web uploader for Public SARS-CoV-2 Sequence Resource</h1> <small>Disabled until we got everything wired up</small> @@ -234,7 +234,7 @@ span.dropt:hover {text-decoration: none; background: #ffffff; z-index: 6; } </div> -<input class="submit" type="submit" value="Add to Pangenome" disabled> +<input class="submit" type="submit" value="Add to Pangenome"> </form> </section> <hr> |