From 9e8391bb4856cc82275da3dff3be68e421dbb443 Mon Sep 17 00:00:00 2001 From: Aevann Date: Sun, 25 Jun 2023 19:59:51 +0300 Subject: [PATCH] restore wrongly-reverted 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}}