diff options
author | BonfaceKilz | 2022-04-12 13:21:21 +0300 |
---|---|---|
committer | BonfaceKilz | 2022-04-12 13:30:04 +0300 |
commit | 1fd9f2398760452cf6472e7cb78b68fafc9b27c2 (patch) | |
tree | 8b9163cb582bf4f0b50caf76fb6f5eb5c9222cfb | |
parent | 5930c92a8094e501bf2a3e9add18cb2eb4024044 (diff) | |
download | genenetwork2-1fd9f2398760452cf6472e7cb78b68fafc9b27c2.tar.gz |
List out case-attrs from database; and add link to case-attr page
-rw-r--r-- | wqflask/wqflask/templates/edit_phenotype.html | 3 |
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"> |