From 7799abd709f097dff3fc539e0d8c2d32b52362ac Mon Sep 17 00:00:00 2001 From: meichthys Date: Thu, 13 Nov 2025 05:01:29 +0000 Subject: [PATCH] add hook for documentation url button --- church/hooks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/church/hooks.py b/church/hooks.py index b252e63..6d9c909 100644 --- a/church/hooks.py +++ b/church/hooks.py @@ -238,7 +238,7 @@ fixtures = [ # include js, css files in header of desk.html # app_include_css = "/assets/church/css/church.css" -# app_include_js = "/assets/church/js/church.js" +app_include_js = "/assets/church/js/help_icon_on_form.js" # include js, css files in header of web template # web_include_css = "/assets/church/css/church.css"