diff options
Diffstat (limited to 'gn2/wqflask/templates/index_page.html')
-rwxr-xr-x | gn2/wqflask/templates/index_page.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gn2/wqflask/templates/index_page.html b/gn2/wqflask/templates/index_page.html index bacf7557..3fdfee60 100755 --- a/gn2/wqflask/templates/index_page.html +++ b/gn2/wqflask/templates/index_page.html @@ -61,8 +61,8 @@ {% include "gsearch.html" %} {% endblock %} {% block content %} +{{ flash_me() }} <div class="container-fluid" style="min-width: 1210px;"> - {{ flash_me() }} {% if anon_collections | length > 0 %} <div class="panel panel-warning"> <div class="panel-heading"> |