From e99cf8703ed1f1ff372b3e7e586ae3952b9299a5 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Fri, 23 Aug 2024 11:46:12 +0300 Subject: Improvements --- templates/poll.html.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates/poll.html.j2') diff --git a/templates/poll.html.j2 b/templates/poll.html.j2 index b3975cf..c09f089 100644 --- a/templates/poll.html.j2 +++ b/templates/poll.html.j2 @@ -4,11 +4,11 @@

{{ poll.title }} by {{ poll.author_name }}

{% if poll.description %} -

{{ poll.description }}

+
{{ poll.description }}
{% endif %} {% if poll.choices | length == 0 %} -

No options available.

+

No options available.

{% else %}
-- cgit v1.3