diff options
author | Frederick Muriuki Muriithi | 2025-03-24 16:28:01 -0500 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2025-03-24 16:28:01 -0500 |
commit | 1c73628f7eee68b25821094cf6cc3e49c3fe9180 (patch) | |
tree | 497cd8ee19f1611464b66ea90f9d4341d7520b20 /uploader/templates | |
parent | 589ab74731aed62b1e1b3901d25a95fc73614f57 (diff) | |
download | gn-uploader-1c73628f7eee68b25821094cf6cc3e49c3fe9180.tar.gz |
Make name same a id.
Diffstat (limited to 'uploader/templates')
-rw-r--r-- | uploader/templates/phenotypes/bulk-edit-upload.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uploader/templates/phenotypes/bulk-edit-upload.html b/uploader/templates/phenotypes/bulk-edit-upload.html index 926bcf5..da4c7cc 100644 --- a/uploader/templates/phenotypes/bulk-edit-upload.html +++ b/uploader/templates/phenotypes/bulk-edit-upload.html @@ -42,7 +42,7 @@ 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" required="required" /> |