From 6a4fb234697e69c94ade799c672dc92b142bfa60 Mon Sep 17 00:00:00 2001 From: kek7198 Date: Tue, 21 Dec 2021 10:32:26 -0600 Subject: [PATCH] fix --- files/templates/CHRISTMAS/votes.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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...