diff options
author | Pjotr Prins | 2020-08-24 09:17:30 +0100 |
---|---|---|
committer | Pjotr Prins | 2020-08-24 09:17:30 +0100 |
commit | b50c13cab729327490a9976727a95af81d629f23 (patch) | |
tree | 071fd5395971837da4923bd6b5de60159483058c /bh20simplewebuploader/templates/form.html | |
parent | fe1402f898e3673aba725df62109df5bb2d8eef4 (diff) | |
download | bh20-seq-resource-b50c13cab729327490a9976727a95af81d629f23.tar.gz bh20-seq-resource-b50c13cab729327490a9976727a95af81d629f23.tar.lz bh20-seq-resource-b50c13cab729327490a9976727a95af81d629f23.zip |
Add note on most fields being optional
Diffstat (limited to 'bh20simplewebuploader/templates/form.html')
-rw-r--r-- | bh20simplewebuploader/templates/form.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/bh20simplewebuploader/templates/form.html b/bh20simplewebuploader/templates/form.html index b9b3776..847545c 100644 --- a/bh20simplewebuploader/templates/form.html +++ b/bh20simplewebuploader/templates/form.html @@ -30,7 +30,9 @@ <input type="radio" id="metadata_upload" name="metadata_type" value="upload" onchange="setMode()" required> <label for="metadata_upload">Upload metadata file</label> <br> - <small>Make sure the metadata has submitter attribution details.</small> + <small>Make sure the metadata has submitter attribution details. + Note that most fields in the form are optional. + </small> <div id="metadata_upload_form_spot"> <div id="metadata_upload_form"> @@ -101,7 +103,7 @@ </div> - <input class="submit" id="submit" onclick="on_submit_button()" type="submit" value="Add to Pangenome"> +<input class="submit" id="submit" onclick="on_submit_button()" type="submit" value="Add to Pangenome"> </form> </section> |