diff --git a/ckan/lib/helpers.py b/ckan/lib/helpers.py index cda89f90fd0..8b5d07dd927 100644 --- a/ckan/lib/helpers.py +++ b/ckan/lib/helpers.py @@ -455,6 +455,7 @@ def default_group_type(): 'default_group': dict(name='%s_index' % default_group_type(), controller='group', highlight_actions='index search'), + 'organizations': dict(action='index', controller='organization'), 'about' : dict(controller='home', action='about'), 'login' : dict(controller='user', action='login'), 'register' : dict(controller='user', action='register'), diff --git a/ckan/templates/header.html b/ckan/templates/header.html index bacfadfc4a3..54419f0488b 100644 --- a/ckan/templates/header.html +++ b/ckan/templates/header.html @@ -42,7 +42,7 @@