From 07e4ec8e8c67eea69a70afe176d8e158a0816698 Mon Sep 17 00:00:00 2001 From: John Martin Date: Fri, 1 Feb 2013 15:26:06 +0000 Subject: [PATCH] [#328] Simply removes the 'Administrators' tab from the group pages --- ckan/templates/group/read_base.html | 3 --- 1 file changed, 3 deletions(-) diff --git a/ckan/templates/group/read_base.html b/ckan/templates/group/read_base.html index f476bce7a6b..323e12fae90 100644 --- a/ckan/templates/group/read_base.html +++ b/ckan/templates/group/read_base.html @@ -29,9 +29,6 @@ {% link_for _('Followers'), controller='group', action='followers', id=c.group_dict.name, icon='group' %} - - {% link_for _('Administrators'), controller='group', action='admins', id=c.group_dict.name, icon='cog' %} - {% link_for _('About'), controller='group', action='about', id=c.group_dict.name, icon='info-sign' %}