diff --git a/pylons_app/config/environment.py b/pylons_app/config/environment.py --- a/pylons_app/config/environment.py +++ b/pylons_app/config/environment.py @@ -48,7 +48,7 @@ def load_environment(global_conf, app_co imports=['from webhelpers.html import escape']) #sets the c attribute access when don't existing attribute ar accessed - config['pylons.strict_tmpl_context'] = False + config['pylons.strict_tmpl_context'] = True #MULTIPLE DB configs # Setup the SQLAlchemy database engine