From 6fc58a49a56e1efb604e1f6ba451a1798cad52b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Hells=C3=A9n?= Date: Mon, 12 Dec 2022 16:34:54 +0100 Subject: [PATCH] Fix feeds saying it is disabled when it is not --- discord_rss_bot/templates/feed.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord_rss_bot/templates/feed.html b/discord_rss_bot/templates/feed.html index d460487..8d2dfa6 100644 --- a/discord_rss_bot/templates/feed.html +++ b/discord_rss_bot/templates/feed.html @@ -7,7 +7,7 @@

{{ feed.title }} - {% if feed.updates_enabled %} + {% if not feed.updates_enabled %} - disabled {% endif %}