diff --git a/files/templates/comments.html b/files/templates/comments.html index 6a1ad33113..e7ae0189d5 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -154,8 +154,8 @@ {% if c.distinguish_level %}{% endif %} {% if c.is_op %}{% endif %} {% if c.is_bot %}{% endif %} - {% if c.is_blocking %}{% endif %} - {% if c.is_blocked %}{% endif %} + {% if c.is_blocking %}{% endif %} + {% if c.is_blocked %}{% endif %} {% if c.author.verified %} {% endif %} diff --git a/files/templates/submission_listing.html b/files/templates/submission_listing.html index 68003f0613..703904b43d 100644 --- a/files/templates/submission_listing.html +++ b/files/templates/submission_listing.html @@ -128,7 +128,7 @@ {% if p.is_pinned and request.path.startswith('/@') %}{% endif %} {% if p.over_18 %}+18{% endif %} {% if p.is_bot %} {% endif %} - {% if p.is_blocking %}{% endif %} + {% if p.is_blocking %}{% endif %} {% if p.is_blocked %}{% endif %} {% if p.private %}Draft{% endif %} {% if p.processing %}uploading...{% endif %}