diff --git a/files/templates/banned.html b/files/templates/banned.html index 611d1b0d4..10b1f1fe6 100644 --- a/files/templates/banned.html +++ b/files/templates/banned.html @@ -20,7 +20,7 @@ {% for user in users %} {{loop.index}} - {% include "user_in_table.html" %} + {% include "user_in_table.html" %} {% if v and v.admin_level >= PERMS['VIEW_LAST_ACTIVE'] -%} {%- endif %} diff --git a/files/templates/chuds.html b/files/templates/chuds.html index f40015edd..98d442023 100644 --- a/files/templates/chuds.html +++ b/files/templates/chuds.html @@ -18,7 +18,7 @@ {% for user in users %} {{loop.index}} - {% include "user_in_table.html" %} + {% include "user_in_table.html" %} {% if v and v.admin_level >= PERMS['VIEW_LAST_ACTIVE'] -%} {%- endif %} diff --git a/files/templates/marseys.html b/files/templates/marseys.html index e51f368cf..86b32611c 100644 --- a/files/templates/marseys.html +++ b/files/templates/marseys.html @@ -27,7 +27,7 @@ {{marsey.count}} {% if FEATURES['ASSET_SUBMISSIONS'] %} {% set user = marsey.user %} - {% include "user_in_table.html" %} + {% include "user_in_table.html" %} {% endif %} {% if FEATURES['ASSET_SUBMISSIONS'] %}