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