From 1fd9f2398760452cf6472e7cb78b68fafc9b27c2 Mon Sep 17 00:00:00 2001 From: BonfaceKilz Date: Tue, 12 Apr 2022 13:21:21 +0300 Subject: List out case-attrs from database; and add link to case-attr page --- wqflask/wqflask/templates/edit_phenotype.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 @@

- Note: Current allowable sample headers are: {{ ', '.join(headers) }} + Note: Current allowable case-attributes are: {{ ', '.join(headers) }}. + You can find these case-attribute descriptions here.

-- cgit v1.2.3