From 3a5131b57ec93c5cc955a3f5ec0511caadfb4db0 Mon Sep 17 00:00:00 2001 From: zsloan Date: Wed, 3 May 2023 18:14:11 +0000 Subject: Add table for editing sample values/SE/N --- wqflask/wqflask/templates/edit_phenotype.html | 28 +++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/wqflask/wqflask/templates/edit_phenotype.html b/wqflask/wqflask/templates/edit_phenotype.html index cd4f2b60..a97b4a20 100644 --- a/wqflask/wqflask/templates/edit_phenotype.html +++ b/wqflask/wqflask/templates/edit_phenotype.html @@ -190,6 +190,34 @@ + +
+ + + + + + + + + + + + {% for sample in sample_list %} + + + + + + + + + + {% endfor %} + +
IDSampleValueSEN
{{ loop.index }}{{ sample }}±
+
+ -- cgit v1.2.3