From 75add682a8d63a30e947b6bcd8d2e5dfee06c297 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Tue, 18 Feb 2025 16:24:14 -0600 Subject: Use new searchable list tables with off-ramps for data creation. --- uploader/templates/samples/select-population.html | 23 +++++------------------ 1 file changed, 5 insertions(+), 18 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 f437780..1cc7573 100644 --- a/uploader/templates/samples/select-population.html +++ b/uploader/templates/samples/select-population.html @@ -11,29 +11,16 @@ {%block contents%} {{flash_all_messages()}} -
-

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)}} -
- -
-

- If you cannot find the population your data relates to in the drop-down - above, you might want to - - add a new population to GeneNetwork - instead. + url_for("species.populations.samples.select_population", species_id=species.SpeciesId), species, populations)}}

{%endblock%} {%block sidebarcontents%} {{display_species_card(species)}} {%endblock%} + +{%block javascript%} + +{%endblock%} -- cgit v1.2.3