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}}