From 1c3f765dbea87ac702a47344a6ab476db5a98e18 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Tue, 3 Sep 2024 16:52:01 -0500 Subject: Display any error messages. --- uploader/templates/populations/index.html | 2 ++ uploader/templates/populations/list-populations.html | 1 + 2 files changed, 3 insertions(+) (limited to 'uploader/templates') diff --git a/uploader/templates/populations/index.html b/uploader/templates/populations/index.html index 061ca1d..3314516 100644 --- a/uploader/templates/populations/index.html +++ b/uploader/templates/populations/index.html @@ -8,6 +8,8 @@ {%block contents%} +{{flash_all_messages()}} +
To continue, you need to select the species: diff --git a/uploader/templates/populations/list-populations.html b/uploader/templates/populations/list-populations.html index c3ba180..6d4a174 100644 --- a/uploader/templates/populations/list-populations.html +++ b/uploader/templates/populations/list-populations.html @@ -19,6 +19,7 @@ {%block contents%} +{{flash_all_messages()}}

The following populations/groups exist for the '{{species.FullName}}' -- cgit v1.2.3