fix: hooks.py boilerplate escape chars

Creating new app currently breaks due to comments in hooks.py do not properly escape sample configuration on webform hooks.
This commit is contained in:
Felipe Orellana 2020-04-05 21:27:32 -04:00 committed by GitHub
parent 5fabf8ce00
commit 4479405872
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -152,8 +152,8 @@ app_license = "{app_license}"
# web_include_js = "/assets/{app_name}/js/{app_name}.js"
# include js, css files in header of web form
# webform_include_js = {"doctype": "public/js/doctype.js"}
# webform_include_css = {"doctype": "public/css/doctype.css"}
# webform_include_js = {{"doctype": "public/js/doctype.js"}}
# webform_include_css = {{"doctype": "public/css/doctype.css"}}
# include js in page
# page_js = {{"page" : "public/js/file.js"}}