diff options
author | zsloan | 2024-10-25 16:16:04 +0000 |
---|---|---|
committer | zsloan | 2024-10-25 16:16:04 +0000 |
commit | 095a3dcdc799163c0b8af3bac9c0819b5adeb879 (patch) | |
tree | 6b5d54114947e175133519b52a414c18955a1592 /gn2/wqflask/templates/index_page.html | |
parent | 05eab16f9e034d99bf74a224eb55b5856a4e7e15 (diff) | |
download | genenetwork2-095a3dcdc799163c0b8af3bac9c0819b5adeb879.tar.gz |
Change the way the flash_me functions such that there's no margin
flash_me handles displaying various notifications and error messages (like when you log out, or when you token expires)
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"> |