From 9997ff9daee17584f925d77244229b42cc175fc1 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Sun, 20 Nov 2022 12:53:50 +0100 Subject: [PATCH] Add warning --- changedetectionio/templates/edit.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/changedetectionio/templates/edit.html b/changedetectionio/templates/edit.html index 3441f757..57113272 100644 --- a/changedetectionio/templates/edit.html +++ b/changedetectionio/templates/edit.html @@ -142,8 +142,11 @@ User-Agent: wonderbra 1.0") }} {{ render_checkbox_field(form.notification_muted) }} {% if is_html_webdriver %} -
+ {{ render_checkbox_field(form.notification_screenshot) }} + + Use with caution! This will easily fill up your email storage quota or flood other storages. +
{% endif %}