From cc39af629928d7f707bb36befb28f5f3386ddf3a Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Tue, 3 Sep 2024 13:50:30 -0500 Subject: Provide generic way to select species. --- .../templates/species/macro-select-species.html | 38 ++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 uploader/templates/species/macro-select-species.html (limited to 'uploader/templates') diff --git a/uploader/templates/species/macro-select-species.html b/uploader/templates/species/macro-select-species.html new file mode 100644 index 0000000..3dbfc95 --- /dev/null +++ b/uploader/templates/species/macro-select-species.html @@ -0,0 +1,38 @@ +{%macro select_species_form(form_action, species)%} +{%if species | length > 0%} +
+ Select Species + +
+ + +
+ +
+ +
+
+{%else%} +

+ + We could not find species to select from! +

+{%endif%} +{%endmacro%} -- cgit v1.2.3