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/genotypes/index.html | 4 ++++
.../templates/genotypes/select-population.html | 16 +++++----------
uploader/templates/phenotypes/index.html | 5 -----
uploader/templates/platforms/index.html | 4 ++++
uploader/templates/populations/index.html | 4 ++++
.../populations/macro-select-population.html | 4 ++++
uploader/templates/samples/index.html | 4 ++++
uploader/templates/samples/select-population.html | 23 +++++-----------------
8 files changed, 30 insertions(+), 34 deletions(-)
(limited to 'uploader/templates')
diff --git a/uploader/templates/genotypes/index.html b/uploader/templates/genotypes/index.html
index e749f5a..b50ebc5 100644
--- a/uploader/templates/genotypes/index.html
+++ b/uploader/templates/genotypes/index.html
@@ -26,3 +26,7 @@
species)}}
{%endblock%}
+
+{%block javascript%}
+
+{%endblock%}
diff --git a/uploader/templates/genotypes/select-population.html b/uploader/templates/genotypes/select-population.html
index 7c81943..acdd063 100644
--- a/uploader/templates/genotypes/select-population.html
+++ b/uploader/templates/genotypes/select-population.html
@@ -12,20 +12,14 @@
{{flash_all_messages()}}
-
- You have indicated that you intend to upload the genotypes for species
- '{{species.FullName}}'. We now just require the population for your
- experiment/study, and you should be good to go.
-
- 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)}}