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