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 %} {{ feed.url }} + {% if not feed.updates_enabled %} Disabled{% endif %} {% if feed.last_exception %} ({{ feed.last_exception.value_str }}) {% endif %}