diff --git a/files/templates/CHRISTMAS/votes.html b/files/templates/CHRISTMAS/votes.html index c4ceb88c67..6420cd7d6e 100644 --- a/files/templates/CHRISTMAS/votes.html +++ b/files/templates/CHRISTMAS/votes.html @@ -62,7 +62,7 @@ {% if ups %} {% for vote in ups %} - +
{{ vote.user.username }} avatar @@ -82,7 +82,7 @@ {% endfor %} {% else %} - +
No upvotes yet... @@ -115,7 +115,7 @@ {% if downs %} {% for vote in downs %} - +
{{ vote.user.username }} avatar @@ -135,7 +135,7 @@ {% endfor %} {% else %} - +
No downvotes yet...