diff --git a/files/templates/home.html b/files/templates/home.html index 2e1a16a2a8..a7b9dd3543 100644 --- a/files/templates/home.html +++ b/files/templates/home.html @@ -177,7 +177,7 @@ {% endif %} -{% if request.path == '/' and time.time() > session.get('tooltip_last_dismissed',0)+60*60*24*30 %} +{% if request.path == '/' and time.time() > session.get('tooltip_last_dismissed',0)+86400*30 %}