From b2c8bacd58360c39800ceaab99892da34dcbd5b2 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Thu, 11 Aug 2022 15:31:54 +0200 Subject: [PATCH] im tired of describing small commits, sneed --- files/templates/home.html | 2 +- files/templates/notifications.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/files/templates/home.html b/files/templates/home.html index a21e23219..756f6b47f 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 f0825c1bb..88fa64661 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; }