From 056285ab82504b2ef0d13e208a937e4219aac61f Mon Sep 17 00:00:00 2001 From: kek7198 Date: Tue, 7 Dec 2021 18:08:02 -0600 Subject: [PATCH] fix --- files/templates/votes.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/files/templates/votes.html b/files/templates/votes.html index f63c18abc..1bc619b5e 100644 --- a/files/templates/votes.html +++ b/files/templates/votes.html @@ -60,12 +60,18 @@
+ {{ vote.user.username }} avatar
- + {{vote.user.username}} + {% if vote.user.customtitle %} +

+ {{vote.user.customtitle | safe}} +

+ {% endif %}