diff --git a/files/templates/admin/patrons.html b/files/templates/admin/patrons.html index ad0f45dc4..666cbd53a 100644 --- a/files/templates/admin/patrons.html +++ b/files/templates/admin/patrons.html @@ -22,7 +22,7 @@ {% endif %} ${{user.lifetimedonated}} - {{user.truescore}} + {{user.truescore | commas}} {% endfor %} diff --git a/files/templates/admin/shadowbanned.html b/files/templates/admin/shadowbanned.html index 6f2729187..462b90bda 100644 --- a/files/templates/admin/shadowbanned.html +++ b/files/templates/admin/shadowbanned.html @@ -26,7 +26,7 @@ {% for user in users %} {%- include 'user_in_table.html' -%} - {{user.truescore}} + {{user.truescore | commas}} {{user.shadowban_reason | safe}} {{user.shadowbanned_by}} diff --git a/files/templates/banned.html b/files/templates/banned.html index b058d41e2..91ef71c7b 100644 --- a/files/templates/banned.html +++ b/files/templates/banned.html @@ -26,7 +26,7 @@ {% for user in users %} {% include "user_in_table.html" %} - {{user.truescore}} + {{user.truescore | commas}} {{user.ban_reason | safe}} {{user.banned_by | safe}} diff --git a/files/templates/chuds.html b/files/templates/chuds.html index 61b2deb85..c0acae29b 100644 --- a/files/templates/chuds.html +++ b/files/templates/chuds.html @@ -23,7 +23,7 @@ {% if v and v.admin_level >= PERMS['VIEW_LAST_ACTIVE'] -%} {%- endif %} - {{user.truescore}} + {{user.truescore | commas}} {{user.chudder | safe}}