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]
|
[jinja2: mediagoblin/templates/**.html]
|
||||||
# Extract jinja templates (html)
|
# Extract jinja templates (html)
|
||||||
encoding = utf-8
|
encoding = utf-8
|
||||||
|
extensions = jinja2.ext.autoescape
|
||||||
|
|
||||||
[jinja2: mediagoblin/templates/**.txt]
|
[jinja2: mediagoblin/templates/**.txt]
|
||||||
# Extract jinja templates (text)
|
# Extract jinja templates (text)
|
||||||
encoding = utf-8
|
encoding = utf-8
|
||||||
|
extensions = jinja2.ext.autoescape
|
||||||
|
|
||||||
# # Extraction from JavaScript files
|
# # Extraction from JavaScript files
|
||||||
# [javascript: mediagoblin/static/js/**.js]
|
# [javascript: mediagoblin/static/js/**.js]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user