From 2a0a21ae101ce54080bdedd323a6ca6ddf36d35f Mon Sep 17 00:00:00 2001 From: ubq323 Date: Sun, 18 Jul 2021 14:43:00 +0000 Subject: fix displaying of poll options --- apioforum/templates/view_thread.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apioforum/templates/view_thread.html b/apioforum/templates/view_thread.html index aec9103..429621a 100644 --- a/apioforum/templates/view_thread.html +++ b/apioforum/templates/view_thread.html @@ -7,11 +7,11 @@ {%block content%} {% if poll %}

{{poll.title}}

- + {{ vote_meter(poll) }} {% endif %}
-- cgit v1.2.3