From 29094f3c3f28f595a9b150e3fa3daa4fed9d49f8 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Sun, 1 Nov 2020 10:15:56 -0800 Subject: [PATCH] Notification text for mentions --- bookwyrm/templates/notifications.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bookwyrm/templates/notifications.html b/bookwyrm/templates/notifications.html index e59810b9..afd4d8ae 100644 --- a/bookwyrm/templates/notifications.html +++ b/bookwyrm/templates/notifications.html @@ -22,6 +22,10 @@ favorited your status + {% elif notification.notification_type == 'MENTION' %} + mentioned you in a + status + {% elif notification.notification_type == 'REPLY' %} replied to your