diff --git a/files/templates/votes.html b/files/templates/votes.html index 28c572e3b..2327adb0c 100644 --- a/files/templates/votes.html +++ b/files/templates/votes.html @@ -34,7 +34,14 @@ {% for vote in ups %} - {{vote.user.username}} + + + + + {{vote.user.username}} + + + {{vote.user.truecoins}} {% endfor %} @@ -47,13 +54,20 @@ User - User truescore + User truescore {% for vote in downs %} - {{vote.user.username}} + + + + + {{vote.user.username}} + + + {{vote.user.truecoins}} {% endfor %}