diff --git a/changedetectionio/templates/edit.html b/changedetectionio/templates/edit.html index 4b62bcd96..aeb8c6148 100644 --- a/changedetectionio/templates/edit.html +++ b/changedetectionio/templates/edit.html @@ -42,13 +42,6 @@ href="{{ url_for('settings_page', uuid=uuid) }}">default global settings. {% endif %} -
- {{ render_field(form.fetch_backend) }} - -

Use the Basic method (default) where your watched sites don't need Javascript to render.

-

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) }}
@@ -56,8 +49,16 @@
- Note: These settings are ONLY used by Basic fast Plaintext/HTTP Client. +
+ {{ render_field(form.fetch_backend) }} + +

Use the Basic method (default) where your watched sites don't need Javascript to render.

+

The Chrome/Javascript method requires a network connection to a running WebDriver+Chrome server, set by the ENV var 'WEBDRIVER_URL'.

+
+
+
+ Note: Request Headers and Body settings are ONLY used by Basic fast Plaintext/HTTP Client. {{ render_field(form.headers, rows=5, placeholder="Example Cookie: foobar User-Agent: wonderbra 1.0") }}