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 %}