aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bh20simplewebuploader/templates/form.html6
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>