From ddb8dea7a13d1a8ff4762d695c4a882812d29baf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Hells=C3=A9n?= Date: Mon, 19 Dec 2022 04:33:33 +0100 Subject: [PATCH] Don't use url_for --- discord_rss_bot/templates/add.html | 2 +- discord_rss_bot/templates/base.html | 2 +- discord_rss_bot/templates/feed.html | 2 +- discord_rss_bot/templates/index.html | 2 +- discord_rss_bot/templates/nav.html | 6 +++--- discord_rss_bot/templates/webhooks.html | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/discord_rss_bot/templates/add.html b/discord_rss_bot/templates/add.html index 16fecf3..d3d3e42 100644 --- a/discord_rss_bot/templates/add.html +++ b/discord_rss_bot/templates/add.html @@ -10,7 +10,7 @@
-
+ {# Feed URL #}
diff --git a/discord_rss_bot/templates/base.html b/discord_rss_bot/templates/base.html index e608d0b..817b3ee 100644 --- a/discord_rss_bot/templates/base.html +++ b/discord_rss_bot/templates/base.html @@ -6,7 +6,7 @@ - + discord-rss-bot{% block title %}{% endblock %} {% block head %}{% endblock %} diff --git a/discord_rss_bot/templates/feed.html b/discord_rss_bot/templates/feed.html index b87dcbc..ca015c0 100644 --- a/discord_rss_bot/templates/feed.html +++ b/discord_rss_bot/templates/feed.html @@ -32,7 +32,7 @@ {# Remove feed button. #}
- + diff --git a/discord_rss_bot/templates/webhooks.html b/discord_rss_bot/templates/webhooks.html index 822bdd8..813a8d2 100644 --- a/discord_rss_bot/templates/webhooks.html +++ b/discord_rss_bot/templates/webhooks.html @@ -10,7 +10,7 @@
-
+ {# Webhook name #}