From 90ec4e97405f588f775de7f5dce98027e261cb0a Mon Sep 17 00:00:00 2001 From: kek7198 Date: Tue, 7 Dec 2021 18:04:08 -0600 Subject: [PATCH] fix --- files/templates/votes.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/files/templates/votes.html b/files/templates/votes.html index 9ae317934..02ee012be 100644 --- a/files/templates/votes.html +++ b/files/templates/votes.html @@ -65,11 +65,11 @@
- {{user.username}} + {{vote.user.username}} - {% if user.customtitle %} -

- {{user.customtitle | safe}} + {% if vote.user.customtitle %} +

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

{% endif %}