From e99cf8703ed1f1ff372b3e7e586ae3952b9299a5 Mon Sep 17 00:00:00 2001
From: Jan Tuomi
Date: Fri, 23 Aug 2024 11:46:12 +0300
Subject: Improvements
---
templates/base.html.j2 | 1 +
templates/index.html.j2 | 3 ++-
templates/poll.html.j2 | 4 ++--
3 files changed, 5 insertions(+), 3 deletions(-)
(limited to 'templates')
diff --git a/templates/base.html.j2 b/templates/base.html.j2
index 1e2ab74..c7e03d7 100644
--- a/templates/base.html.j2
+++ b/templates/base.html.j2
@@ -5,6 +5,7 @@
+
diff --git a/templates/index.html.j2 b/templates/index.html.j2
index 0512039..a9fffc1 100644
--- a/templates/index.html.j2
+++ b/templates/index.html.j2
@@ -26,6 +26,7 @@
licensed under Apache 2.0.
- Find diddle on GitHub. © {{ now.year }} Jan Tuomi. All rights reserved.
+ Find diddle on GitHub. © {{ now.year }} Jan Tuomi. All rights reserved.
+ This site uses the Inclusive Sans typeface.
{% endblock %}
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