about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBonfaceKilz2022-04-12 13:21:21 +0300
committerBonfaceKilz2022-04-12 13:30:04 +0300
commit1fd9f2398760452cf6472e7cb78b68fafc9b27c2 (patch)
tree8b9163cb582bf4f0b50caf76fb6f5eb5c9222cfb
parent5930c92a8094e501bf2a3e9add18cb2eb4024044 (diff)
downloadgenenetwork2-1fd9f2398760452cf6472e7cb78b68fafc9b27c2.tar.gz
List out case-attrs from database; and add link to case-attr page
-rw-r--r--wqflask/wqflask/templates/edit_phenotype.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/wqflask/wqflask/templates/edit_phenotype.html b/wqflask/wqflask/templates/edit_phenotype.html
index 8164c2c6..b90c7daf 100644
--- a/wqflask/wqflask/templates/edit_phenotype.html
+++ b/wqflask/wqflask/templates/edit_phenotype.html
@@ -235,7 +235,8 @@
         </div>
         <div class="col-xs-6">
             <p>
-                Note: Current allowable sample headers are: {{ ', '.join(headers) }}
+                Note: Current allowable case-attributes are: {{ ', '.join(headers) }}.
+		<a href="{{url_for('metadata_edit.show_case_attribute_columns')}}" target="_blank">You can find these case-attribute  descriptions here.</a>
             </p>
         </div>
 	<div class="form-group">