diff options
-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"> |