Skip to content

Commit

Permalink
Merge branch '568-fix-trans-extract'
Browse files Browse the repository at this point in the history
  • Loading branch information
amercader committed Mar 7, 2013
2 parents 0a3bea4 + 04f1684 commit b5dec55
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ckan/lib/jinja_extensions.py
Expand Up @@ -93,6 +93,8 @@ def parse(self, parser):
template_path = parser.filename
# find where in the search path this template is from
index = 0
if not hasattr(self, 'searchpath'):
return node
for searchpath in self.searchpath:
if template_path.startswith(searchpath):
break
Expand Down

0 comments on commit b5dec55

Please sign in to comment.