From b74911f15a9f9a9ff3cca0e25fcd761bf41652b5 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Fri, 6 Sep 2024 16:38:04 -0500 Subject: Add more fields when creating a population Add more of the missing fields when creating a population, to ensure that the created population works as expected. --- uploader/templates/populations/view-population.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'uploader/templates/populations/view-population.html') diff --git a/uploader/templates/populations/view-population.html b/uploader/templates/populations/view-population.html index 7eb1362..3ae76ab 100644 --- a/uploader/templates/populations/view-population.html +++ b/uploader/templates/populations/view-population.html @@ -29,11 +29,24 @@
FullName
{{population.FullName}}
+
Code
+
{{population.InbredSetCode}}
+ +
Genetic Type
+
{{population.GeneticType}}
+ +
Family
+
{{population.Family}}
+
Description
{{population.Description or "-"}}
+
+ … maybe provide a way to organise populations in the same family here … +
+

Actions

-- cgit v1.2.3