diff options
-rw-r--r-- | wqflask/wqflask/templates/edit_phenotype.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wqflask/wqflask/templates/edit_phenotype.html b/wqflask/wqflask/templates/edit_phenotype.html index 33353c90..51a2fac4 100644 --- a/wqflask/wqflask/templates/edit_phenotype.html +++ b/wqflask/wqflask/templates/edit_phenotype.html @@ -32,7 +32,7 @@ Download a spreadsheet of sample values to edit in Excel (or a similar program) and then upload the edited file </p> <div> - <a href="/datasets/{{ publish_xref.id_ }}/traits/{{ publish_xref.phenotype_id }}/csv?resource-id={{ resource_id }}" class="btn btn-link"> + <a href="/datasets/pheno/{{ publish_xref.id_ }}/traits/{{ dataset_name }}/csv?resource-id={{ resource_id }}" class="btn btn-link"> Click to Download Sample Data </a> </div> |