From 3004da58ce2a4dac71089e6aa63a86908303bedd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Hells=C3=A9n?= Date: Tue, 30 Jul 2024 01:20:22 +0200 Subject: [PATCH] Improve homepage --- discord_rss_bot/templates/index.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/discord_rss_bot/templates/index.html b/discord_rss_bot/templates/index.html index e72f8cb..54fc3dd 100644 --- a/discord_rss_bot/templates/index.html +++ b/discord_rss_bot/templates/index.html @@ -39,10 +39,11 @@ {% set feed = feed_webhook["feed"] %} {% set hook_from_feed = feed_webhook["webhook"] %} {% if hook_from_context.url == hook_from_feed %} - {{ feed.url }} +
+ {{ feed.url }} {% if not feed.updates_enabled %}Disabled{% endif %} {% if feed.last_exception %}({{ feed.last_exception.value_str }}){% endif %} - +
{% endif %} {% endfor %}