From a45a9d3c9ca121fe555f28255ebbd5f1f5d93d76 Mon Sep 17 00:00:00 2001 From: kek7198 Date: Fri, 31 Dec 2021 16:06:04 -0600 Subject: [PATCH] fix --- .../templates/CHRISTMAS/admin/alt_votes.html | 38 +++++++++---------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/files/templates/CHRISTMAS/admin/alt_votes.html b/files/templates/CHRISTMAS/admin/alt_votes.html index daf957fb22..da08724031 100644 --- a/files/templates/CHRISTMAS/admin/alt_votes.html +++ b/files/templates/CHRISTMAS/admin/alt_votes.html @@ -34,22 +34,20 @@
Vote Info
-
-
- -
- - - -
-
- - {% if u1 and u2 %} +
+ +
+ + + +
+
+ {% if u1 and u2 %} +

Analysis

- @@ -85,9 +83,10 @@
{{data['u2_only_comment_downs']}} ({{data['u2_comment_downs_unique']}}%)
+
+

Link Accounts

- {% if u2 in u1.alts %}

Accounts are known alts of eachother.

{% else %} @@ -102,10 +101,11 @@ - - {% endif %} - - {% endif %}
+ + {% endif %} + + {% endif %} +
{% endblock %} \ No newline at end of file