diff --git a/changedetectionio/blueprint/tags/templates/edit-tag.html b/changedetectionio/blueprint/tags/templates/edit-tag.html index 600fb51b..e04ee945 100644 --- a/changedetectionio/blueprint/tags/templates/edit-tag.html +++ b/changedetectionio/blueprint/tags/templates/edit-tag.html @@ -64,7 +64,7 @@
- {{ render_ternary_field(form.notification_muted) }} + {{ render_ternary_field(form.notification_muted, BooleanField=True) }}
{% if 1 %}
diff --git a/changedetectionio/blueprint/ui/templates/edit.html b/changedetectionio/blueprint/ui/templates/edit.html index 96d3792a..f6e7f6a0 100644 --- a/changedetectionio/blueprint/ui/templates/edit.html +++ b/changedetectionio/blueprint/ui/templates/edit.html @@ -264,7 +264,7 @@ Math: {{ 1 + 1 }}") }}
- {{ render_ternary_field(form.notification_muted) }} + {{ render_ternary_field(form.notification_muted, BooleanField=true) }}
{% if watch_needs_selenium_or_playwright %}