From 90fc39a8085613707ad1d44de53c4806a4c70ac1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaakko=20Kera=CC=88nen?= Date: Mon, 15 May 2023 21:32:49 +0300 Subject: [PATCH 1/1] Dashboard: Cleanup --- user.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/user.py b/user.py index b0c6843..97d588b 100644 --- a/user.py +++ b/user.py @@ -122,8 +122,8 @@ def make_dashboard_page(session): for notif in notifs: link, label = notif.entry() page += f'=> {link} {label}\n' - page += '=> /notif/clear 🧹 Clear all\n' - page += '\n=> /notif/feed Notifications feed\nSubscribe to this Gemini feed to view your notifications in a feed reader.\n' + page += '\n=> /notif/clear 🧹 Clear all\n' + page += '=> /notif/feed Notifications feed\nSubscribe to this Gemini feed to view your notifications in a feed reader.\n' # Visiting the Dashboard will prevent emails from being sent for these notifications. db.mark_notifications_sent(session.user) -- 2.34.1