diff options
author | Frederick Muriuki Muriithi | 2024-06-05 16:12:35 -0500 |
---|---|---|
committer | Alexander_Kabui | 2024-08-28 15:02:45 +0300 |
commit | 2439a4a0af29a57adc55fec093e4231c7b320ff6 (patch) | |
tree | cce7a4d98b22e173a149108b7533f4be9e6c974d /gn2/wqflask/templates/oauth2 | |
parent | 67df44ac2df9f05da22634f04eaaf29393710e9f (diff) | |
download | genenetwork2-2439a4a0af29a57adc55fec093e4231c7b320ff6.tar.gz |
Build phenotype results template URI on backend
Build the template URI on the backend to remove the need to remember
to update the javascript if the URI changes in the future.
Diffstat (limited to 'gn2/wqflask/templates/oauth2')
-rw-r--r-- | gn2/wqflask/templates/oauth2/data-list-phenotype.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gn2/wqflask/templates/oauth2/data-list-phenotype.html b/gn2/wqflask/templates/oauth2/data-list-phenotype.html index e5172c70..b23c16e2 100644 --- a/gn2/wqflask/templates/oauth2/data-list-phenotype.html +++ b/gn2/wqflask/templates/oauth2/data-list-phenotype.html @@ -113,7 +113,7 @@ <form id="frm-search-traits" action="#" method="POST" - data-gn-server-url="{{gn_server_url}}"> + data-pheno-results-template="{{pheno_results_template}}"> {%if dataset_type == "mrna"%} <legend>mRNA: Search</legend> {%else%} |