Skip to content

Commit

Permalink
fix merge errors
Browse files Browse the repository at this point in the history
  • Loading branch information
wardi committed Sep 11, 2017
1 parent 0fa4e10 commit 56906f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions ckan/lib/base.py
Expand Up @@ -95,6 +95,8 @@ def render(template_name, extra_vars=None, cache_key=None, cache_type=None,
Document the parameters of :py:func:`ckan.plugins.toolkit.render`.
'''
env = config['pylons.app_globals'].jinja_env
template = env.get_template(template_name)

extras = extra_vars or {}
extras.update(pylons_globals())
Expand Down
1 change: 0 additions & 1 deletion ckan/logic/action/update.py
Expand Up @@ -27,7 +27,6 @@


from ckan.common import _, request
from ckan import new_authz

log = logging.getLogger(__name__)

Expand Down

0 comments on commit 56906f2

Please sign in to comment.