From d896fdca98444e384b96dc345068f14c344075ee Mon Sep 17 00:00:00 2001 From: kek7198 Date: Fri, 10 Dec 2021 21:23:06 -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 05afa06c9e..42e0a3ee17 100644 --- a/files/templates/submission.html +++ b/files/templates/submission.html @@ -430,12 +430,12 @@ {{p.realbody(v) | safe}} - {% if p.options %} + {% if p.options|length > 1 %} {% include "Poll.html" %} {% endif %} - {% if p.bet_options %} + {% if p.bet_options|length > 1 %} {% include "Bets.html" %} {% endif %}