diff --git a/ckan/templates/user/read_base.html b/ckan/templates/user/read_base.html index 8d3d425b8eb..9fb39fd2998 100644 --- a/ckan/templates/user/read_base.html +++ b/ckan/templates/user/read_base.html @@ -12,7 +12,6 @@ {% block content_action %} {% if h.check_access('user_update', user) %} {% link_for _('Manage'), controller='user', action='edit', id=user.name, class_='btn', icon='wrench' %} - {% link_for _('Generate New API Key'), controller='user', action='cycle_apikey', id=user.name, class_='btn', icon='refresh' %} {% endif %} {% endblock %}