Skip to content

Commit

Permalink
Merge branch '1040-license-fix'
Browse files Browse the repository at this point in the history
  • Loading branch information
amercader committed Jun 26, 2013
2 parents 8cdb4ca + 4dbebf9 commit e256100
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/controllers/group.py
Expand Up @@ -281,7 +281,7 @@ def pager_url(q=None, page=None):
default_facet_titles = {'groups': _('Groups'),
'tags': _('Tags'),
'res_format': _('Formats'),
'license': _('License')}
'license_id': _('License')}

for facet in g.facets:
if facet in default_facet_titles:
Expand Down

0 comments on commit e256100

Please sign in to comment.