From ba9f0535b666dbf3e18ed9129b8cc5b776cff13d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Hells=C3=A9n?= Date: Mon, 19 Dec 2022 23:43:28 +0100 Subject: [PATCH] Make /add sexier, make white things darker and button to link --- discord_rss_bot/templates/add.html | 17 +++++++++-------- discord_rss_bot/templates/webhooks.html | 2 +- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/discord_rss_bot/templates/add.html b/discord_rss_bot/templates/add.html index 6db2456..fde7224 100644 --- a/discord_rss_bot/templates/add.html +++ b/discord_rss_bot/templates/add.html @@ -4,19 +4,21 @@
{# Feed URL #} -
+
-
{# Webhook dropdown #} -
- +
+
- {% for hook in webhooks %} @@ -26,10 +28,9 @@
{# Submit button #} -
- + -
{% endblock %} \ No newline at end of file diff --git a/discord_rss_bot/templates/webhooks.html b/discord_rss_bot/templates/webhooks.html index 6c4fdb5..01c3fe3 100644 --- a/discord_rss_bot/templates/webhooks.html +++ b/discord_rss_bot/templates/webhooks.html @@ -1,5 +1,5 @@ {% extends "base.html" %} -{% block title %} | Webhooks{% endblock %} +{% block title %} | Add new webhook{% endblock %} {% block content %}