diff --git a/files/templates/home.html b/files/templates/home.html index a21e232199..756f6b47f3 100644 --- a/files/templates/home.html +++ b/files/templates/home.html @@ -225,7 +225,7 @@ {% endif %} -{% 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 %} +{% if request.path in ('/','/logged_out') and time.time() > session.get('tooltip_last_dismissed',0)+60*60*24*30 and not g.webview %}
diff --git a/files/templates/notifications.html b/files/templates/notifications.html index f0825c1bb0..88fa64661c 100644 --- a/files/templates/notifications.html +++ b/files/templates/notifications.html @@ -158,7 +158,7 @@ .comment { margin-top: 0; } - {% if request.path in ('/notifications/mesages', '/notifications/modmail') %} + {% if request.path in ('/notifications', '/notifications/mesages', '/notifications/modmail') %} .unread { margin-bottom: 1rem; }