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 %}