From e4ce716163e9462251dc179a969aa1557468b99f Mon Sep 17 00:00:00 2001 From: Aevann Date: Sat, 24 Jun 2023 11:42:39 +0300 Subject: [PATCH] minor fix --- files/templates/votes.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/templates/votes.html b/files/templates/votes.html index f65712759..b4fdd1a59 100644 --- a/files/templates/votes.html +++ b/files/templates/votes.html @@ -4,7 +4,7 @@ {% if thing %}

Info

{{thing.permalink}}

-

Author: @{{thing.author_name}}

+

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

Author Created At:

Author Truescore: {{"{:,}".format(thing.author.truescore)}}

Upvotes: {{ups | length}}