From aada1f9e90752ceb7fcf6cf687ad2efdeadc7e55 Mon Sep 17 00:00:00 2001 From: meichthys Date: Tue, 24 Feb 2026 03:32:09 +0000 Subject: [PATCH] format app_include_js --- church/hooks.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/church/hooks.py b/church/hooks.py index 82c250e..dceff63 100644 --- a/church/hooks.py +++ b/church/hooks.py @@ -248,7 +248,9 @@ fixtures = [ # include js, css files in header of desk.html # app_include_css = "/assets/church/css/church.css" -app_include_js = "/assets/church/js/help_icon_on_form.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"