diff options
| author | Frederick Muriuki Muriithi | 2023-04-19 17:47:10 +0300 |
|---|---|---|
| committer | Frederick Muriuki Muriithi | 2023-04-19 17:47:10 +0300 |
| commit | 8febcdb0774791d0b8b0bb82dff7405d440f5901 (patch) | |
| tree | 2a60dbb444944c98c7e36b083931291cdef1d606 /wqflask | |
| parent | a54b212bc3a64ca364d1f2e3245ffdab71c9ee93 (diff) | |
| download | genenetwork2-8febcdb0774791d0b8b0bb82dff7405d440f5901.tar.gz | |
oauth2: Provide missing species_name
Diffstat (limited to 'wqflask')
| -rw-r--r-- | wqflask/wqflask/templates/oauth2/data-list-phenotype.html | 1 |
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> |
