diff --git a/files/templates/votes.html b/files/templates/votes.html index b77f1b62c..9ae317934 100644 --- a/files/templates/votes.html +++ b/files/templates/votes.html @@ -5,13 +5,29 @@ {% endblock %} +{% block subHeader %} +
Upvotes: {{ups | length}}
Downvotes: {{downs | length}}
-User |
---|
{{vote.user.username}} |
+ Members + | +
---|
+
+
+
+
+
+
+
+
+ {{user.username}}
+
+ {% if user.customtitle %}
+
+ + {{user.customtitle | safe}} + + {% endif %} + |
+
User |
---|