From 4e18df8b3ee0b4ac22cd56a8ef373aae51b1cbd5 Mon Sep 17 00:00:00 2001 From: kek7198 Date: Tue, 7 Dec 2021 18:05:55 -0600 Subject: [PATCH] fix --- files/templates/votes.html | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/files/templates/votes.html b/files/templates/votes.html index 84effc2c40..59d7b0e4c3 100644 --- a/files/templates/votes.html +++ b/files/templates/votes.html @@ -56,14 +56,23 @@ {% for vote in ups %} - +
- fix + {{ vote.user.username }} avatar
- +
+ + {{vote.user.username}} + + {% if vote.user.customtitle %} +

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

+ {% endif %} +