From a3a923156e6ded2304cd3fd156a6f055002e9ecc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Hells=C3=A9n?= <tlovinator@gmail.com> Date: Mon, 16 Jan 2023 22:00:18 +0100 Subject: [PATCH] You can now see what feeds are disabled on the home page --- discord_rss_bot/templates/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/discord_rss_bot/templates/index.html b/discord_rss_bot/templates/index.html index 305be04..625f1b1 100644 --- a/discord_rss_bot/templates/index.html +++ b/discord_rss_bot/templates/index.html @@ -44,6 +44,7 @@ {% if hook_from_context.url == hook_from_feed %} <a class="text-muted" href="/feed?feed_url={{ feed.url|encode_url }}">{{ feed.url }} + {% if not feed.updates_enabled %}<span class="text-warning"> Disabled</span>{% endif %} {% if feed.last_exception %} <span class="text-danger">({{ feed.last_exception.value_str }})</span> {% endif %}