From d0714d87b06dd3b91a197f6b88f5bab8d44ca15c Mon Sep 17 00:00:00 2001 From: Eldeberen Date: Sat, 20 Feb 2021 18:43:37 +0100 Subject: [PATCH] poll: phoque it. XML is much more restrictive than html --- app/templates/widgets/poll.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/templates/widgets/poll.html b/app/templates/widgets/poll.html index fc18dad..3e45bc4 100644 --- a/app/templates/widgets/poll.html +++ b/app/templates/widgets/poll.html @@ -31,8 +31,8 @@ {% else %}
{{ poll_template.choices(poll) }} - - + +
{% endif %}