From 965f3008a269fcac7c3c0a4b331e7fef6bc99a44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Hells=C3=A9n?= Date: Wed, 21 Dec 2022 01:38:31 +0100 Subject: [PATCH] Add comments to index page and fix spelling --- discord_rss_bot/templates/index.html | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/discord_rss_bot/templates/index.html b/discord_rss_bot/templates/index.html index b782554..55814dd 100644 --- a/discord_rss_bot/templates/index.html +++ b/discord_rss_bot/templates/index.html @@ -6,12 +6,17 @@ {% if feeds %}

{{ feed_count.total }} feeds + + {% if feed_count.broken %} {% else %} {% endif %} - {{ feed_count.broken }} broken + + + {% if feed_count.total != feed_count.updates_enabled %} {% else %} @@ -19,13 +24,17 @@ {% endif %} - {{ feed_count.updates_enabled }} enabled + + - {{ entry_count.total }} entries - + ({{ entry_count.averages[0]|round(1) }}, {{ entry_count.averages[1]|round(1) }}, {{ entry_count.averages[2]|round(1) }})

+ + {% for hook_from_context in webhooks %}