From 0ea8d5da728c637b0834281d2166bb419e7bec9a Mon Sep 17 00:00:00 2001 From: kek7198 Date: Tue, 7 Dec 2021 18:09:58 -0600 Subject: [PATCH] fix --- files/templates/votes.html | 57 +++++++++++++++++++++++++++++++------- 1 file changed, 47 insertions(+), 10 deletions(-) diff --git a/files/templates/votes.html b/files/templates/votes.html index 1bc619b5ea..15810f20ed 100644 --- a/files/templates/votes.html +++ b/files/templates/votes.html @@ -22,6 +22,7 @@ {% endblock %} {% block content %} +

Vote Info

@@ -42,7 +43,7 @@

Upvotes

-
+
@@ -83,17 +84,53 @@
-

Downvotes

- - - - {% for vote in downs %} - - {% endfor %} -
User
{{vote.user.username}}
- +

+ Downvotes +

+
+
+
+
+ + + + + + + + {% for vote in downs %} + + + + {% endfor %} + +
+ Members +
+
+
+ {{ vote.user.username }} avatar +
+ +
+ + {{vote.user.username}} + + {% if vote.user.customtitle %} +

+ {{vote.user.customtitle | safe}} +

+ {% endif %} +
+
+
+
+
+
+
+
{% endif %}