From 0bcef2cab09b1ee83662c957f6cbc0766803e42b Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Mon, 27 Jan 2025 10:22:42 -0600 Subject: Fix indentation. --- uploader/templates/phenotypes/edit-phenotype.html | 78 +++++++++++------------ 1 file changed, 39 insertions(+), 39 deletions(-) diff --git a/uploader/templates/phenotypes/edit-phenotype.html b/uploader/templates/phenotypes/edit-phenotype.html index 0f267e4..f35b516 100644 --- a/uploader/templates/phenotypes/edit-phenotype.html +++ b/uploader/templates/phenotypes/edit-phenotype.html @@ -116,47 +116,47 @@

phenotype data

- - - - - - - {%if population.Family in families_with_se_and_n%} - - - {%endif%} - - +
#SampleValueStandard-ErrorNumber of Samples
+ + + + + + {%if population.Family in families_with_se_and_n%} + + + {%endif%} + + - - {%for item in phenotype.data%} - - - - - {%if population.Family in families_with_se_and_n%} - - + + + - {%endif%} - - {%endfor%} - -
#SampleValueStandard-ErrorNumber of Samples
{{loop.index}}{{item.StrainName}} - - + {%for item in phenotype.data%} +
{{loop.index}}{{item.StrainName}} +
+ {%if population.Family in families_with_se_and_n%} + + + + {%endif%} + + {%endfor%} + +
-- cgit v1.2.3