aboutsummaryrefslogtreecommitdiff
path: root/uploader/templates
diff options
context:
space:
mode:
Diffstat (limited to 'uploader/templates')
-rw-r--r--uploader/templates/phenotypes/bulk-edit-upload.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/uploader/templates/phenotypes/bulk-edit-upload.html b/uploader/templates/phenotypes/bulk-edit-upload.html
index 926bcf5..d0f38f5 100644
--- a/uploader/templates/phenotypes/bulk-edit-upload.html
+++ b/uploader/templates/phenotypes/bulk-edit-upload.html
@@ -42,9 +42,10 @@
Edited File</label>
<div class="col-sm-10">
<input id="file-upload-bulk-edit-upload"
- name="file_upload_bulk_edit_upload"
+ name="file-upload-bulk-edit-upload"
class="form-control"
type="file"
+ accept="text/tab-separated-values"
required="required" />
</div>
</div>