From 168b179a03b011dee8af3a32116f4b0c80c491ce Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Mon, 24 Mar 2025 16:28:16 -0500 Subject: Only allow text/tab-separated-values files to be uploaded. --- uploader/templates/phenotypes/bulk-edit-upload.html | 1 + 1 file changed, 1 insertion(+) (limited to 'uploader') diff --git a/uploader/templates/phenotypes/bulk-edit-upload.html b/uploader/templates/phenotypes/bulk-edit-upload.html index da4c7cc..d0f38f5 100644 --- a/uploader/templates/phenotypes/bulk-edit-upload.html +++ b/uploader/templates/phenotypes/bulk-edit-upload.html @@ -45,6 +45,7 @@ name="file-upload-bulk-edit-upload" class="form-control" type="file" + accept="text/tab-separated-values" required="required" /> -- cgit v1.2.3