forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-12-10 21:23:06 -06:00
parent af2d791ea5
commit d896fdca98
1 changed files with 2 additions and 2 deletions

View File

@ -430,12 +430,12 @@
{{p.realbody(v) | safe}}
<!-- Polls -->
{% if p.options %}
{% if p.options|length > 1 %}
{% include "Poll.html" %}
{% endif %}
<!-- Bets -->
{% if p.bet_options %}
{% if p.bet_options|length > 1 %}
{% include "Bets.html" %}
{% endif %}