diff --git a/files/templates/submission.html b/files/templates/submission.html index 42e0a3ee1..05afa06c9 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 %}