From 63c3183590e62ef9e34b198e3d60ae5ea7d4b770 Mon Sep 17 00:00:00 2001 From: MrInfaith Date: Fri, 27 Sep 2024 22:47:13 +0530 Subject: [PATCH] fix#1430 toast block access to search textfield --- noggin/themes/almalinux/templates/main.html | 2 +- noggin/themes/centos/templates/main.html | 2 +- noggin/themes/default/templates/main.html | 2 +- noggin/themes/fas/templates/main.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/noggin/themes/almalinux/templates/main.html b/noggin/themes/almalinux/templates/main.html index 1c2bf493..0e1789e3 100644 --- a/noggin/themes/almalinux/templates/main.html +++ b/noggin/themes/almalinux/templates/main.html @@ -43,7 +43,7 @@ {% with flashes = get_flashed_messages(with_categories=True) %} {% if flashes %} -
+
{% for category, flash in flashes %}
{{ flash }} diff --git a/noggin/themes/centos/templates/main.html b/noggin/themes/centos/templates/main.html index 09dfd03e..68cdfd21 100644 --- a/noggin/themes/centos/templates/main.html +++ b/noggin/themes/centos/templates/main.html @@ -36,7 +36,7 @@ {% with flashes = get_flashed_messages(with_categories=True) %} {% if flashes %} -
+
{% for category, flash in flashes %}