From 6df4853ad4981c9bcc0b9ec0679cb088ef4f5e18 Mon Sep 17 00:00:00 2001 From: kek7198 Date: Tue, 7 Dec 2021 18:23:09 -0600 Subject: [PATCH] fix --- files/templates/votes.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/files/templates/votes.html b/files/templates/votes.html index ca1bbe21a..90b799cab 100644 --- a/files/templates/votes.html +++ b/files/templates/votes.html @@ -22,7 +22,7 @@ {% endblock %} {% block content %} -
+

Vote Info

{% if thing %} @@ -34,13 +34,13 @@

Upvotes: {{ups | length}}

Downvotes: {{downs | length}}

-

+

Upvotes

-
+
@@ -49,7 +49,7 @@ - + {% for vote in ups %}
@@ -77,13 +77,13 @@ -

+

Downvotes

-
+
-
+
@@ -92,7 +92,7 @@ - + {% for vote in downs %}