From 72b6ad67f4d96da4408cad4f9994be90e7061f10 Mon Sep 17 00:00:00 2001 From: Aevann Date: Tue, 7 Feb 2023 03:36:41 +0200 Subject: [PATCH] fix this https://stupidpol.site/post/18459/marseycapywalking-megathread-for-bugs-and-suggestions/3540666#context --- files/templates/comments.html | 2 +- files/templates/util/macros.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/files/templates/comments.html b/files/templates/comments.html index e07ebeaec..7ea66099b 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -152,7 +152,7 @@ {% if c.is_op %}{% endif %} {% if c.is_bot %}{% endif %} {% if c.is_blocking and not c.ghost %}{% endif %} - {% if c.is_blocked %}{% endif %} + {% if c.is_blocked and not c.ghost %}{% endif %} {% if c.ghost %} 👻 diff --git a/files/templates/util/macros.html b/files/templates/util/macros.html index 0dac7a16f..b981a2953 100644 --- a/files/templates/util/macros.html +++ b/files/templates/util/macros.html @@ -69,7 +69,7 @@ {% if p.over_18 %}+18{% endif %} {% if p.is_bot %} {% endif %} {% if p.is_blocking and not p.ghost %}{% endif %} - {% if p.is_blocked %}{% endif %} + {% if p.is_blocked and not p.ghost %}{% endif %} {% if p.private %}Draft{% endif %} {% if p.active_flags(v) %}{% endif %}