aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2023-04-19 17:47:10 +0300
committerFrederick Muriuki Muriithi2023-04-19 17:47:10 +0300
commit8febcdb0774791d0b8b0bb82dff7405d440f5901 (patch)
tree2a60dbb444944c98c7e36b083931291cdef1d606
parenta54b212bc3a64ca364d1f2e3245ffdab71c9ee93 (diff)
downloadgenenetwork2-8febcdb0774791d0b8b0bb82dff7405d440f5901.tar.gz
oauth2: Provide missing species_name
-rw-r--r--wqflask/wqflask/templates/oauth2/data-list-phenotype.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/wqflask/wqflask/templates/oauth2/data-list-phenotype.html b/wqflask/wqflask/templates/oauth2/data-list-phenotype.html
index b79b3096..8c79c0d6 100644
--- a/wqflask/wqflask/templates/oauth2/data-list-phenotype.html
+++ b/wqflask/wqflask/templates/oauth2/data-list-phenotype.html
@@ -27,6 +27,7 @@
<form id="frm-link-phenotypes"
action="{{url_for('oauth2.data.link_phenotype_data')}}"
method="POST">
+ <input type="hidden" value="{{species_name}}" name="species_name" />
<legend style="text-transform: capitalize;">
{{dataset_type}}: Link Traits to Group
</legend>