diff options
| -rw-r--r-- | uploader/templates/index.html | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/uploader/templates/index.html b/uploader/templates/index.html index 543fc2b..3bd7bb1 100644 --- a/uploader/templates/index.html +++ b/uploader/templates/index.html @@ -124,14 +124,17 @@ </div> <div class="row"> - <p>The Genenetwork Uploader (<em>gn-uploader</em>) enables upload of new data - into the Genenetwork System. It provides Quality Control over data, and - guidance in case you data does not meet the standards for acceptance.</p> - <p> - <a href="{{authserver_authorise_uri()}}" - title="Sign in to the system" - class="btn btn-primary">Sign in</a> - to get started.</p> + <p>The GeneNetwork Uploader (gn-uploader) lets you easily add new data to the + GeneNetwork System. It automatically checks your data for quality and walks + you through fixing any issues before submission.</p> +</div> + +<div class="row" style="text-align: right;"> + <div class="col"> + <a href="{{authserver_authorise_uri()}}" + title="Sign in to the system" + class="btn btn-primary">Sign in</a> + </div> </div> {%endif%} |
