Skip to content

Commit

Permalink
Fix minor failures
Browse files Browse the repository at this point in the history
  • Loading branch information
David Read committed Dec 14, 2018
1 parent 7ad17af commit 8218dad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion ckan/controllers/group.py
Expand Up @@ -753,7 +753,6 @@ def member_delete(self, id):
return self._render_template('group/confirm_delete_member.html',
group_type)


# deprecated
def history(self, id):
return h.redirect_to(controller=u'group', action='activity', id=id)
Expand Down
3 changes: 2 additions & 1 deletion ckan/plugins/interfaces.py
Expand Up @@ -1245,7 +1245,8 @@ def search_template(self):
def history_template(self):
u'''
.. warning:: This template is removed. The function exists for
compatibility. It now returns None.
compatibility. It now returns None.
'''

def resource_template(self):
Expand Down

0 comments on commit 8218dad

Please sign in to comment.