From ff9f09ba80f205b7b44b44766fd660b721e9e993 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Wed, 1 Oct 2025 09:57:33 +0200 Subject: [PATCH] Adding helper text --- .../blueprint/ui/templates/edit.html | 31 ++++++++++--------- .../blueprint/ui/templates/preview.html | 3 +- changedetectionio/templates/_helpers.html | 8 +++++ 3 files changed, 26 insertions(+), 16 deletions(-) diff --git a/changedetectionio/blueprint/ui/templates/edit.html b/changedetectionio/blueprint/ui/templates/edit.html index f6e7f6a08..d3f66a66e 100644 --- a/changedetectionio/blueprint/ui/templates/edit.html +++ b/changedetectionio/blueprint/ui/templates/edit.html @@ -1,6 +1,6 @@ {% extends 'base.html' %} {% block content %} -{% from '_helpers.html' import render_field, render_checkbox_field, render_button, render_time_schedule_form, playwright_warning, only_playwright_type_watches_warning, render_conditions_fieldlist_of_formfields_as_table, render_ternary_field %} +{% from '_helpers.html' import render_field, render_checkbox_field, render_button, render_time_schedule_form, playwright_warning, only_playwright_type_watches_warning, highlight_trigger_ignored_explainer, render_conditions_fieldlist_of_formfields_as_table, render_ternary_field %} {% from '_common_fields.html' import render_common_settings_form %} @@ -351,21 +351,22 @@ Math: {{ 1 + 1 }}") }} diff --git a/changedetectionio/blueprint/ui/templates/preview.html b/changedetectionio/blueprint/ui/templates/preview.html index 574ab9437..dd7c8497d 100644 --- a/changedetectionio/blueprint/ui/templates/preview.html +++ b/changedetectionio/blueprint/ui/templates/preview.html @@ -1,5 +1,5 @@ {% extends 'base.html' %} - +{% from '_helpers.html' import highlight_trigger_ignored_explainer %} {% block content %}