diff --git a/changedetectionio/templates/edit.html b/changedetectionio/templates/edit.html
index 4b62bcd9..aeb8c614 100644
--- a/changedetectionio/templates/edit.html
+++ b/changedetectionio/templates/edit.html
@@ -42,6 +42,13 @@
href="{{ url_for('settings_page', uuid=uuid) }}">default global settings.
{% endif %}
+
+ {{ render_field(form.extract_title_as_title) }}
+
+
+
+
+
{{ render_field(form.fetch_backend) }}
@@ -49,15 +56,9 @@
The Chrome/Javascript method requires a network connection to a running WebDriver+Chrome server, set by the ENV var 'WEBDRIVER_URL'.
-
- {{ render_field(form.extract_title_as_title) }}
-
-
-
-
- Note: These settings are ONLY used by Basic fast Plaintext/HTTP Client.