Skip to content

Commit

Permalink
new filter mode
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Feb 15, 2017
1 parent d161cc6 commit 2ebbc19
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/quorum/base.py
Expand Up @@ -387,7 +387,9 @@ def load(
# context filter flag to true the jinja infra-structure will handle
# the rest of the operations so that it's properly used
util.nl_to_br_jinja.evalcontextfilter = True
util.nl_to_br_jinja.environmentfilter = True
util.sp_to_nbsp_jinja.evalcontextfilter = True
util.sp_to_nbsp_jinja.environmentfilter = True

# updates the base app reference object with a series of operations
# that should transform it's base execution and behavior
Expand Down

0 comments on commit 2ebbc19

Please sign in to comment.