diff --git a/discord_rss_bot/templates/add.html b/discord_rss_bot/templates/add.html index 54d13a8..854592f 100644 --- a/discord_rss_bot/templates/add.html +++ b/discord_rss_bot/templates/add.html @@ -1,24 +1,36 @@ {% extends "base.html" %} {% block title %}Index{% endblock %} {% block content %} -
- +
+ + {# Feed URL #} +
+ +
+ +
+
-
- - -
+ {# Webhook dropdown #} +
+ +
+ +
+
You can add more feeds in the config file.
+
-
- -
- + {# Submit button #} +
+ +
+ + +
{% endblock %} \ No newline at end of file diff --git a/discord_rss_bot/templates/base.html b/discord_rss_bot/templates/base.html index fbf0dab..0801bd9 100644 --- a/discord_rss_bot/templates/base.html +++ b/discord_rss_bot/templates/base.html @@ -10,20 +10,28 @@ RSS - {% block title %}{% endblock %} {% endblock %} - + {% include "nav.html" %} -
- {% block content %}{% endblock %} - +
+
+
+ {% block content %}{% endblock %} + +
+