From d3222e9b3d01ddace816d386d702c0c26e35b476 Mon Sep 17 00:00:00 2001 From: Aevann Date: Fri, 7 Jun 2024 17:41:57 +0300 Subject: [PATCH] more commas --- files/templates/admin/patrons.html | 2 +- files/templates/admin/shadowbanned.html | 2 +- files/templates/banned.html | 2 +- files/templates/chuds.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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}}