From 3f6cedc606de531b0de307cb6839f735fb4b0c35 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Fri, 27 May 2022 22:31:46 +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 9fd264add..e9f313447 100644 --- a/files/templates/home.html +++ b/files/templates/home.html @@ -207,7 +207,7 @@ {% endif %} -{% if request.path in ('/','/logged_out') and time.time() > session.get('tooltip_last_dismissed',0)+60*60*24*30 and not g.webview %} +{% if request.path in ('/','/logged_out','/logged_out/') and time.time() > session.get('tooltip_last_dismissed',0)+60*60*24*30 and not g.webview %}