From 095a3dcdc799163c0b8af3bac9c0819b5adeb879 Mon Sep 17 00:00:00 2001 From: zsloan Date: Fri, 25 Oct 2024 16:16:04 +0000 Subject: 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) --- gn2/wqflask/templates/index_page.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gn2/wqflask/templates/index_page.html') 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() }}
- {{ flash_me() }} {% if anon_collections | length > 0 %}
-- cgit v1.2.3