diff --git a/files/templates/user_in_table.html b/files/templates/user_in_table.html index 29b542f95f..12b1dfcfd7 100644 --- a/files/templates/user_in_table.html +++ b/files/templates/user_in_table.html @@ -1,5 +1,4 @@ {%- include 'admin/shadowbanned_tooltip.html' -%} -{% if user and (not user.shadowbanned or v.can_see_shadowbanned) %}
@@ -9,4 +8,3 @@
{{user.user_name}}
-{% endif %}