diff --git a/files/templates/home.html b/files/templates/home.html index 9fd264adde..e9f313447d 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 %}