From e9f4f88f24d800a9751334ab33581dc6b08c5a7d Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Mon, 5 Dec 2022 04:19:51 +0200 Subject: [PATCH] fix notifs for profile wall replies --- files/templates/comments.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/files/templates/comments.html b/files/templates/comments.html index 3ef17b0d07..296976da8f 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -94,7 +94,11 @@ Notification {% elif c.wall_user_id %} {% if request.path == '/notifications' %} - Profile Wall + {% if c.wall_user_id == v.id %} + Your Profile Wall + {% else %} + @{{c.wall_user.username}}'s Profile Wall + {% endif %} {% endif %} {% elif c.sentto == MODMAIL_ID %} Sent to admins