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