Skip to content

Commit

Permalink
[#590] Renames edit to admin
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmartin committed Mar 8, 2013
1 parent f0925f6 commit cad9966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/templates/organization/read_base.html
Expand Up @@ -10,7 +10,7 @@
{% block actions_content %}
{% if h.check_access('organization_update', {'id': c.group_dict.id}) %}
<li>{% link_for _('Add Dataset'), controller='package', action='new', group=c.group_dict.id, class_='btn', icon='plus-sign-alt' %}</li>
<li>{% link_for _('Edit'), controller='organization', action='edit', id=c.group_dict.name, class_='btn btn-primary', icon='wrench' %}</li>
<li>{% link_for _('Admin'), controller='organization', action='edit', id=c.group_dict.name, class_='btn btn-primary', icon='wrench' %}</li>
{% endif %}
<li>{{ h.follow_button('group', c.group_dict.id) }}</li>
{# <li>{% link_for _('History'), controller='organization', action='history', id=c.group_dict.name, class_='btn', icon='undo' %}</li> #}
Expand Down

0 comments on commit cad9966

Please sign in to comment.