From cd5f5e2e7a4cb91f00e3227922daab40c30b35bf Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Wed, 4 Sep 2024 12:32:27 -0500 Subject: Create populations (InbredSet groups) under Species. --- .../templates/populations/create-population.html | 118 +++++++++++++++++++++ .../templates/populations/view-population.html | 2 +- 2 files changed, 119 insertions(+), 1 deletion(-) create mode 100644 uploader/templates/populations/create-population.html (limited to 'uploader/templates/populations') diff --git a/uploader/templates/populations/create-population.html b/uploader/templates/populations/create-population.html new file mode 100644 index 0000000..a27a134 --- /dev/null +++ b/uploader/templates/populations/create-population.html @@ -0,0 +1,118 @@ +{%extends "populations/base.html"%} +{%from "flash_messages.html" import flash_all_messages%} +{%from "species/macro-select-species.html" import select_species_form%} + +{%block title%}Create Population{%endblock%} + +{%block pagetitle%}Create Population{%endblock%} + +{%block lvl3_breadcrumbs%} +
The population is the next hierarchical node under Species. Data is grouped under a specific population, under a particular species.
++ This page enables you to create a new population, in the case that you + cannot find the population you want in the + + list of species populations + +
+… maybe provide species details here, perhaps? …
+{%endblock%} diff --git a/uploader/templates/populations/view-population.html b/uploader/templates/populations/view-population.html index 2ab7ca3..7eb1362 100644 --- a/uploader/templates/populations/view-population.html +++ b/uploader/templates/populations/view-population.html @@ -30,7 +30,7 @@{{population.Description or "-"}}