Don't barf on templates that use the autoescaping extension
This commit is contained in:
parent
19e2668b77
commit
813be2938a
@ -4,9 +4,12 @@
|
||||
[jinja2: mediagoblin/templates/**.html]
|
||||
# Extract jinja templates (html)
|
||||
encoding = utf-8
|
||||
extensions = jinja2.ext.autoescape
|
||||
|
||||
[jinja2: mediagoblin/templates/**.txt]
|
||||
# Extract jinja templates (text)
|
||||
encoding = utf-8
|
||||
extensions = jinja2.ext.autoescape
|
||||
|
||||
# # Extraction from JavaScript files
|
||||
# [javascript: mediagoblin/static/js/**.js]
|
||||
|
Loading…
x
Reference in New Issue
Block a user