From 6ba70a133d639898d996f446abfbf28c8673c3bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Hells=C3=A9n?= Date: Tue, 10 Jan 2023 23:11:20 +0100 Subject: [PATCH] Disable forms that are not implemented yet --- discord_rss_bot/templates/blacklist.html | 4 ++-- discord_rss_bot/templates/whitelist.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/discord_rss_bot/templates/blacklist.html b/discord_rss_bot/templates/blacklist.html index 97f7b47..5e95b90 100644 --- a/discord_rss_bot/templates/blacklist.html +++ b/discord_rss_bot/templates/blacklist.html @@ -38,9 +38,9 @@ - + + id="blacklist_content" value="{% if blacklist_content %}{{ blacklist_content }}{% endif %}" disabled> diff --git a/discord_rss_bot/templates/whitelist.html b/discord_rss_bot/templates/whitelist.html index d5c8b84..d28e825 100644 --- a/discord_rss_bot/templates/whitelist.html +++ b/discord_rss_bot/templates/whitelist.html @@ -38,9 +38,9 @@ - + + id="whitelist_content" value="{% if whitelist_content %}{{ whitelist_content }}{% endif %}" disabled>