diff --git a/files/templates/comments.html b/files/templates/comments.html index 4a29c14c70..c61bdbbb9c 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -122,7 +122,7 @@ 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() %} + {% elif is_notification_page and c.parent_submission in v.subscribed_idlist %} Subscribed Thread: {{c.post.realtitle(v) | safe}} {% elif is_notification_page %} Username Mention: {{c.post.realtitle(v) | safe}} @@ -450,9 +450,9 @@ - + - + {% endif %} {% if c.parent_submission %} @@ -551,9 +551,9 @@ - + - +
@@ -656,9 +656,9 @@ Give Award - Save + Save - Unsave + Unsave {% if c.author_id == v.id %} Edit