From 8f9ff42050dfcc1911b277dcb6883f9a134d9e41 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Fri, 27 May 2022 22:26:38 +0200 Subject: [PATCH] sfd --- files/templates/home.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/templates/home.html b/files/templates/home.html index 373122e1dd..9fd264adde 100644 --- a/files/templates/home.html +++ b/files/templates/home.html @@ -207,7 +207,7 @@ {% endif %} -{% if request.path == '/' and time.time() > session.get('tooltip_last_dismissed',0)+60*60*24*30 and not g.webview %} +{% if request.path in ('/','/logged_out') and time.time() > session.get('tooltip_last_dismissed',0)+60*60*24*30 and not g.webview %}