From d72d0d3a13c47c0c34f2c8b9c1a18578afcbe0e5 Mon Sep 17 00:00:00 2001 From: Aevann Date: Fri, 15 Sep 2023 20:06:56 +0300 Subject: [PATCH] only show "subscribed thread:" in notifications --- files/templates/comments.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/templates/comments.html b/files/templates/comments.html index f2643a50a..6fcabd95e 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -68,7 +68,7 @@ {% endif %} {% if c.parent_post %} - {% if c.parent_post in v.subscribed_idlist %} + {% if request.path == '/notifications' and c.parent_post in v.subscribed_idlist %} Subscribed Thread: {{c.post.realtitle(v) | safe}} {% else %} {{c.post.realtitle(v) | safe}}