Skip to content

Commit

Permalink
Fix to make sure we show html in the tempalte
Browse files Browse the repository at this point in the history
  • Loading branch information
David Read committed Jan 18, 2019
1 parent 4e8cef9 commit 6d3ede9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/views/group.py
Expand Up @@ -502,7 +502,7 @@ def activity(id, group_type, is_organization, offset=0):
extra_vars["group_activity_stream"] = \
_action(u'organization_activity_list_html'
if group_dict.get('is_organization')
else u'group_activity_list')(
else u'group_activity_list_html')(
context, {
u'id': group_dict['id'],
u'offset': offset
Expand Down

0 comments on commit 6d3ede9

Please sign in to comment.