diff options
-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}}' |