diff options
Diffstat (limited to 'uploader/templates/populations/view-population.html')
-rw-r--r-- | uploader/templates/populations/view-population.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/uploader/templates/populations/view-population.html b/uploader/templates/populations/view-population.html index 31db54f..319addc 100644 --- a/uploader/templates/populations/view-population.html +++ b/uploader/templates/populations/view-population.html @@ -23,6 +23,9 @@ {%block contents%} <div class="row"> <h2>Population Details</h2> + + {{flash_all_messages()}} + <dl> <dt>Name</dt> <dd>{{population.Name}}</dd> |