From f777ea5dfdea72c3271837c1e9ee512eedd2593d Mon Sep 17 00:00:00 2001 From: rimu <3310831+rimu@users.noreply.github.com> Date: Sun, 7 Jan 2024 10:18:16 +1300 Subject: [PATCH] move notification icon out of menu on mobile fixes #6 --- app/templates/base.html | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/app/templates/base.html b/app/templates/base.html index 1cd778e7..51542d4d 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -75,6 +75,16 @@
Logo{{ g.site.name }} + {% if current_user.is_authenticated %} + + {% if current_user.unread_notifications %} + {{ current_user.unread_notifications }} + {% else %} + + {% endif %} + + {% endif %} + @@ -96,7 +106,7 @@ {% endif %} -