diff options
author | Frederick Muriuki Muriithi | 2024-09-16 15:47:45 -0500 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2024-09-16 15:47:45 -0500 |
commit | f0110a1cab4032d2f9fe7d3193178e9ec2383a68 (patch) | |
tree | be6fcbde0c8898c0e8eca7bf64f36e8f8c9a115b /uploader/templates/populations/view-population.html | |
parent | e0d831a003af8732dfc281a263d34a0ed8918ab5 (diff) | |
download | gn-uploader-f0110a1cab4032d2f9fe7d3193178e9ec2383a68.tar.gz |
Fix minor bugs and linting and typing errors.
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> |