diff --git a/newspipe/templates/edit_feed.html b/newspipe/templates/edit_feed.html index 2a1430fc..48d7757b 100644 --- a/newspipe/templates/edit_feed.html +++ b/newspipe/templates/edit_feed.html @@ -5,7 +5,7 @@

{{ action }}

{{ form.hidden_tag() }}

Enter the URL of the website or the URL of the feed (RSS/ATOM).

-
+
{{ form.site_link(class_="form-control", size="100%") }} @@ -16,14 +16,14 @@

{{ action }}

{{ form.link(class_="form-control", size="100%") }} {% for error in form.link.errors %} {{ error }}
{% endfor %}
-
+
{{ form.submit(class_="btn btn-primary") }}

-
+
{{ form.title(class_="form-control", size="100%", placeholder=_('Will be retrieved automatically but you can specify a custom title.')) }} @@ -39,8 +39,8 @@

{{ action }}

-
-
+
+
{{ form.description(class_="form-control", size="100%", placeholder=_('Description of the feed.')) }} {% for error in form.description.errors %} {{ error }}
{% endfor %} @@ -49,7 +49,7 @@

{{ action }}


-
+
{{ form.enabled(class_="form-check-input", style="margin-left: 0px;") }}