From 76981baebb180ece77d1486ffd42fdbdd52e36d7 Mon Sep 17 00:00:00 2001 From: kek7198 Date: Tue, 21 Dec 2021 23:16:34 -0600 Subject: [PATCH] fix --- files/templates/CHRISTMAS/Bets.html | 29 ++++++++++++++++------------- files/templates/CHRISTMAS/Poll.html | 6 ++++-- 2 files changed, 20 insertions(+), 15 deletions(-) diff --git a/files/templates/CHRISTMAS/Bets.html b/files/templates/CHRISTMAS/Bets.html index 7d128a30ee..cc5156016a 100644 --- a/files/templates/CHRISTMAS/Bets.html +++ b/files/templates/CHRISTMAS/Bets.html @@ -1,13 +1,16 @@ -{% for c in p.bet_options %} - - 200) or p.total_bet_voted(v) %}disabled{% endif %} type="radio" id="{{c.id}}" onchange="bet_vote('{{c.id}}')"> - - -
-{% endfor %} \ No newline at end of file + \ No newline at end of file diff --git a/files/templates/CHRISTMAS/Poll.html b/files/templates/CHRISTMAS/Poll.html index a0c822ac1b..9b8fbcbf9c 100644 --- a/files/templates/CHRISTMAS/Poll.html +++ b/files/templates/CHRISTMAS/Poll.html @@ -2,11 +2,13 @@