Dashboard: Cleanup

This commit is contained in:
Jaakko Keränen 2023-05-15 21:32:49 +03:00
parent 76a85848d2
commit 90fc39a808
No known key found for this signature in database
GPG Key ID: BACCFCFB98DB2EDC

View File

@ -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)