From eacad9fc47a34d71ff0dcccafa558f45f4e86033 Mon Sep 17 00:00:00 2001 From: zsloan Date: Thu, 24 Aug 2023 19:27:00 +0000 Subject: Change URL for phenotype CSV download + only show sample table if fewer than 2000 samples --- wqflask/wqflask/templates/edit_phenotype.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/wqflask/wqflask/templates/edit_phenotype.html b/wqflask/wqflask/templates/edit_phenotype.html index f392dcdc..99efa46c 100644 --- a/wqflask/wqflask/templates/edit_phenotype.html +++ b/wqflask/wqflask/templates/edit_phenotype.html @@ -32,7 +32,7 @@ Download a spreadsheet of sample values to edit in Excel (or a similar program) and then upload the edited file
@@ -222,7 +222,7 @@ - + {% if sample_list|length < 2000 %}Type "x" to delete a value. @@ -252,6 +252,7 @@