Commit 2f5c1d37 by Michael DeHaan

Merge pull request #2629 from stoned/fix-jinja2-filters-init

Fix Jinja2 filter plugins initialization
parents 11a819cc 154f58f8
......@@ -36,7 +36,7 @@ class Flags:
# TODO: refactor this file
FILTER_PLUGINS = {}
FILTER_PLUGINS = None
_LISTRE = re.compile(r"(\w+)\[(\d+)\]")
JINJA2_OVERRIDE='#jinja2:'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment