aboutsummaryrefslogtreecommitdiff
path: root/gn2/wqflask/templates
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2024-06-05 16:37:12 -0500
committerAlexander_Kabui2024-08-28 15:02:45 +0300
commit16b9ccc56a99f1290825c36b3788590a585920a6 (patch)
treed8ea2c74314a1b9928597115b12880d2ecab8d20 /gn2/wqflask/templates
parent2439a4a0af29a57adc55fec093e4231c7b320ff6 (diff)
downloadgenenetwork2-16b9ccc56a99f1290825c36b3788590a585920a6.tar.gz
Build search URI endpoint on server rather than on JS
To help with maintenance, build the search URI on the server rather than in the javascript.
Diffstat (limited to 'gn2/wqflask/templates')
-rw-r--r--gn2/wqflask/templates/oauth2/data-list-phenotype.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/gn2/wqflask/templates/oauth2/data-list-phenotype.html b/gn2/wqflask/templates/oauth2/data-list-phenotype.html
index b23c16e2..d355f3f9 100644
--- a/gn2/wqflask/templates/oauth2/data-list-phenotype.html
+++ b/gn2/wqflask/templates/oauth2/data-list-phenotype.html
@@ -113,6 +113,7 @@
<form id="frm-search-traits"
action="#"
method="POST"
+ data-search-endpoint="{{search_endpoint}}"
data-pheno-results-template="{{pheno_results_template}}">
{%if dataset_type == "mrna"%}
<legend>mRNA: Search</legend>