From a88b1e7a1257ba1f46b9b6106ee7e3f66619f416 Mon Sep 17 00:00:00 2001 From: Aevann Date: Thu, 16 May 2024 23:27:06 +0300 Subject: [PATCH] commas --- files/templates/votes.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/templates/votes.html b/files/templates/votes.html index 9de812d67..92094c23a 100644 --- a/files/templates/votes.html +++ b/files/templates/votes.html @@ -7,8 +7,8 @@

Author: @{{obj.author.username}}

Author Created At:

Author Truescore: {{obj.author.truescore|commas}}

-

Upvotes: {{ups | length}}

-

Downvotes: {{downs | length}}

+

Upvotes: {{ups | length | commas}}

+

Downvotes: {{downs | length | commas}}

Upvotes