aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBonfaceKilz2021-10-28 13:29:25 +0300
committerBonfaceKilz2021-11-04 15:22:41 +0300
commit8ec8a9c4a62dfaf9c674926349f2e09b083711a4 (patch)
tree2a5a9471182f20d3464bb13b8fcbf4f32a8be7ce
parentc9e27583997dfb9ad99914ca7609b44e513c14b7 (diff)
downloadgenenetwork2-8ec8a9c4a62dfaf9c674926349f2e09b083711a4.tar.gz
edit_phenotype.html: Update endpoint for downloading csv
-rw-r--r--wqflask/wqflask/templates/edit_phenotype.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/wqflask/wqflask/templates/edit_phenotype.html b/wqflask/wqflask/templates/edit_phenotype.html
index c3cde391..0daea51d 100644
--- a/wqflask/wqflask/templates/edit_phenotype.html
+++ b/wqflask/wqflask/templates/edit_phenotype.html
@@ -217,7 +217,7 @@
</div>
</div>
<div style="margin-left: 13%;">
- <a href="/trait/{{ publish_xref.id_ }}/sampledata/{{ publish_xref.phenotype_id }}" class="btn btn-link btn-sm">
+ <a href="/datasets/{{ publish_xref.id_ }}/traits/{{ publish_xref.phenotype_id }}/csv?resource-id={{ resource_id }}" class="btn btn-link btn-sm">
Sample Data(CSV Download)
</a>
</div>