diff --git a/changedetectionio/forms.py b/changedetectionio/forms.py index f9ed8190..ba8a34e0 100644 --- a/changedetectionio/forms.py +++ b/changedetectionio/forms.py @@ -592,6 +592,7 @@ class globalSettingsApplicationForm(commonSettingsForm): render_kw={"style": "width: 5em;"}, validators=[validators.NumberRange(min=0, message="Should contain zero or more attempts")]) + notification_notify_on_failure = BooleanField('Send a notification on watch failure', default=False) class globalSettingsForm(Form): diff --git a/changedetectionio/templates/settings.html b/changedetectionio/templates/settings.html index f1131f94..fca79095 100644 --- a/changedetectionio/templates/settings.html +++ b/changedetectionio/templates/settings.html @@ -44,6 +44,9 @@ Set to 0 to disable +