From 98c653bb3ea2333946fa8d3d21bd45980e324c2e Mon Sep 17 00:00:00 2001 From: kek7198 Date: Fri, 10 Dec 2021 21:24:18 -0600 Subject: [PATCH] fix --- files/templates/submission.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/templates/submission.html b/files/templates/submission.html index 42e0a3ee17..05afa06c9e 100644 --- a/files/templates/submission.html +++ b/files/templates/submission.html @@ -430,12 +430,12 @@ {{p.realbody(v) | safe}} - {% if p.options|length > 1 %} + {% if p.options %} {% include "Poll.html" %} {% endif %} - {% if p.bet_options|length > 1 %} + {% if p.bet_options %} {% include "Bets.html" %} {% endif %}