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 %}