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"