From ed4bafae637eee25101d96a66c30a97d61e29843 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Thu, 31 Aug 2023 13:29:38 +0200 Subject: [PATCH] UI - "Test notification" button in "Group Tag" settings page was broken due to missing variable #1753 --- changedetectionio/blueprint/tags/templates/edit-tag.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/changedetectionio/blueprint/tags/templates/edit-tag.html b/changedetectionio/blueprint/tags/templates/edit-tag.html index 618b81fa..6372156d 100644 --- a/changedetectionio/blueprint/tags/templates/edit-tag.html +++ b/changedetectionio/blueprint/tags/templates/edit-tag.html @@ -2,6 +2,10 @@ {% block content %} {% from '_helpers.jinja' import render_field, render_checkbox_field, render_button %} {% from '_common_fields.jinja' import render_common_settings_form %} + +