diff --git a/files/templates/admin/shadowbanned_tooltip.html b/files/templates/admin/shadowbanned_tooltip.html index 2c795543cd..ea2fbaee64 100644 --- a/files/templates/admin/shadowbanned_tooltip.html +++ b/files/templates/admin/shadowbanned_tooltip.html @@ -1 +1 @@ -{% if v and v.admin_level >= PERMS['USER_SHADOWBAN'] and user.shadowbanned %}{% endif %} +{% if v and v.admin_level >= PERMS['USER_SHADOWBAN'] and user.shadowbanned %}{% endif %} diff --git a/files/templates/comments.html b/files/templates/comments.html index 2a62827f82..d13f2c2f41 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -145,7 +145,7 @@ {% if c.active_reports(v) %}{% endif %} {% if c.over_18 %}+18{% endif %} - {% if v and v.admin_level >= PERMS['USER_SHADOWBAN'] and c.author.shadowbanned %}{% endif %} + {% if v and v.admin_level >= PERMS['USER_SHADOWBAN'] and c.author.shadowbanned %}{% endif %} {% if c.stickied %} {% endif %} diff --git a/files/templates/util/macros.html b/files/templates/util/macros.html index 57ca6f4605..a8ee8d42c8 100644 --- a/files/templates/util/macros.html +++ b/files/templates/util/macros.html @@ -34,7 +34,7 @@ {% endfor %} {% if v and v.admin_level >= PERMS['USER_SHADOWBAN'] and p.author.shadowbanned %} - + {% endif %} {% if p.stickied %} @@ -206,7 +206,7 @@ {% for r in i.filtered_reports(v) %}
  • {% if v and v.admin_level and r.user.shadowbanned %} - + {% endif %} {{r.user.username}} {% if r.reason %}: {{r.realreason(v) | safe}}{% endif %}