Skip to content

Commit

Permalink
update for ckan 2.8
Browse files Browse the repository at this point in the history
- only partial new routes
  • Loading branch information
BartSaelen committed Jul 16, 2019
1 parent 7ea0a4e commit 2ca8e74
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions ckanext/hidegroups/templates/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
{# This is the header_site_navigation_tabs block copy-pasted from core, but
with the Groups link removed #}
{% block header_site_navigation_tabs %}
{{ h.build_nav_main(
('search', _('Datasets')),
('organization.index', _('Organizations')),
('home.about', _('About')) ) }}
{{ h.build_nav_main(
('search', _('Datasets')),
('organizations_index', _('Organizations')),
('home.about', _('About')) )
}}
{% endblock %}

0 comments on commit 2ca8e74

Please sign in to comment.