From 2847c193832faf0e85a117ca3ac35e4afbcf8d12 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Fri, 13 Sep 2024 10:34:24 -0500 Subject: Samples: provide more informative page content. --- uploader/templates/samples/select-population.html | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) (limited to 'uploader/templates/samples/select-population.html') diff --git a/uploader/templates/samples/select-population.html b/uploader/templates/samples/select-population.html index 8e22ac1..f437780 100644 --- a/uploader/templates/samples/select-population.html +++ b/uploader/templates/samples/select-population.html @@ -12,20 +12,25 @@ {{flash_all_messages()}}
-

Select the population to use with your samples:

+

You have selected "{{species.FullName}}" as the species that your data relates to.

+

Next, we need information regarding the population your data relates to. Do please select the population from the existing ones below

+
+ +
{{select_population_form( url_for("species.populations.samples.select_population", species_id=species.SpeciesId), populations)}}
-
-

Cannot find your population in the list?

-

If you cannot find the population you want in the drop-down above, you can - instead, +

+

+ If you cannot find the population your data relates to in the drop-down + above, you might want to - create a new population. + add a new population to GeneNetwork + instead.

{%endblock%} -- cgit v1.2.3