diff --git a/changedetectionio/blueprint/settings/templates/settings.html b/changedetectionio/blueprint/settings/templates/settings.html
index aedea798b..a86f6a8d2 100644
--- a/changedetectionio/blueprint/settings/templates/settings.html
+++ b/changedetectionio/blueprint/settings/templates/settings.html
@@ -80,6 +80,16 @@
{{ render_checkbox_field(form.application.form.empty_pages_are_a_change) }}
{{ _('When a request returns no content, or the HTML does not contain any text, is this considered a change?') }}
+ {% if form.requests.proxy %}
+
+
+
+ {{ render_field(form.requests.form.proxy, class="fetch-backend-proxy") }}
+ {{ _('Choose a default proxy for all watches') }}
+
+
+ {% endif %}
+
@@ -340,15 +350,6 @@ nav
{{ render_fieldlist_with_inline_errors(form.requests.form.extra_proxies) }}
{{ _('"Name" will be used for selecting the proxy in the Watch Edit settings') }}
{{ _('SOCKS5 proxies with authentication are only supported with \'plain requests\' fetcher, for other fetchers you should whitelist the IP access instead') }}
- {% if form.requests.proxy %}
-
-
-
- {{ render_field(form.requests.form.proxy, class="fetch-backend-proxy") }}
- {{ _('Choose a default proxy for all watches') }}
-
-
- {% endif %}