diff options
-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> |