diff options
| author | Frederick Muriuki Muriithi | 2024-09-03 16:52:01 -0500 |
|---|---|---|
| committer | Frederick Muriuki Muriithi | 2024-09-03 16:52:01 -0500 |
| commit | 1c3f765dbea87ac702a47344a6ab476db5a98e18 (patch) | |
| tree | 6debe346537df247272cf6321fc895764c608394 | |
| parent | 795562b3855b2e4dca5632d53a922e84a2859bf0 (diff) | |
| download | gn-uploader-1c3f765dbea87ac702a47344a6ab476db5a98e18.tar.gz | |
Display any error messages.
| -rw-r--r-- | uploader/templates/populations/index.html | 2 | ||||
| -rw-r--r-- | uploader/templates/populations/list-populations.html | 1 |
2 files changed, 3 insertions, 0 deletions
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()}} + <div class="row"> 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()}} <div class="row"> <p> The following populations/groups exist for the '{{species.FullName}}' |
