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 %}