From 26f55c806b71d87f3f54574d65d04651b8ee5402 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sun, 16 Jan 2022 10:08:55 +0200 Subject: [PATCH] bb --- files/templates/comments.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/templates/comments.html b/files/templates/comments.html index 07af7358df..caa188b0e3 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -149,8 +149,8 @@ {% if c.post and c.post.over_18 %}+18{% endif %} {% if c.post %} - {% if c.author_id==v.id and c.child_comments and is_notification_page%} - Comment {{'Replies' if (c.child_comments | length)>1 else 'Reply'}}: {{c.post.realtitle(v) | safe}} + {% if c.author_id==v.id and replies and is_notification_page%} + Comment {{'Replies' if (replies | length)>1 else 'Reply'}}: {{c.post.realtitle(v) | safe}} {% elif c.post.author_id==v.id and c.level == 1 and is_notification_page%} Post Reply: {{c.post.realtitle(v) | safe}} {% elif is_notification_page and c.parent_submission in v.subscribed_idlist() %}