aboutsummaryrefslogtreecommitdiff
path: root/uploader/templates
diff options
context:
space:
mode:
Diffstat (limited to 'uploader/templates')
-rw-r--r--uploader/templates/phenotypes/view-dataset.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/uploader/templates/phenotypes/view-dataset.html b/uploader/templates/phenotypes/view-dataset.html
index ed59d76..e08afc1 100644
--- a/uploader/templates/phenotypes/view-dataset.html
+++ b/uploader/templates/phenotypes/view-dataset.html
@@ -178,7 +178,7 @@
$.ajax(
(`/species/${species_id}/populations/` +
`${population_id}/phenotypes/datasets/` +
- `${dataset_id}/download`),
+ `${dataset_id}/edit-download`),
{
method: "POST",
data: JSON.stringify(phenoids),