From 9cd33ddac3d6848c5443962d66494635feadef51 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Mon, 9 Sep 2024 14:06:31 -0500 Subject: Initialise samples uploads * Move existing code to new module * Rework the UI: create new templates * Rework the routes: Select species and populations before attempting an upload. --- .../populations/macro-select-population.html | 30 ++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 uploader/templates/populations/macro-select-population.html (limited to 'uploader/templates/populations/macro-select-population.html') diff --git a/uploader/templates/populations/macro-select-population.html b/uploader/templates/populations/macro-select-population.html new file mode 100644 index 0000000..af4fd3a --- /dev/null +++ b/uploader/templates/populations/macro-select-population.html @@ -0,0 +1,30 @@ +{%macro select_population_form(form_action, populations)%} +
+ Select Population + +
+ + +
+ +
+ +
+
+{%endmacro%} -- cgit v1.2.3