diff --git a/scripts/convert_templates.py b/scripts/convert_templates.py index 6eaf5030..aa36a414 100644 --- a/scripts/convert_templates.py +++ b/scripts/convert_templates.py @@ -1,6 +1,6 @@ import glob, os -delimiters = ('{%','%}') +delimiters = ('<%','%>') filenames = glob.glob('views/*')+glob.glob('views/*/*') for filename in filenames: