From a0e5fcab8a10068b48c546776796ae7211cd5660 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Tue, 18 Feb 2025 09:41:31 -0600 Subject: Handle "empty-database" case for species. While not a concern for the current instance of GeneNetwork (which already has a number of species already entered in the database), this commit handles the case where there are no species in the database e.g. in a pristine installation of a new instance. --- uploader/templates/species/macro-select-species.html | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/uploader/templates/species/macro-select-species.html b/uploader/templates/species/macro-select-species.html index 21a5631..c0a1357 100644 --- a/uploader/templates/species/macro-select-species.html +++ b/uploader/templates/species/macro-select-species.html @@ -1,7 +1,9 @@ {%macro select_species_form(form_action, species)%}