diff --git a/ckan/lib/helpers.py b/ckan/lib/helpers.py index f5979f7df4a..9f4805c8e9c 100644 --- a/ckan/lib/helpers.py +++ b/ckan/lib/helpers.py @@ -452,9 +452,12 @@ def default_group_type(): 'search' : dict(controller='package', action='search', highlight_actions = 'index search'), - 'default_group': dict(name='%s_index' % default_group_type(), + 'default_group': dict(name='group_index', controller='group', highlight_actions='index search'), + 'default_organization': dict(name='organization_index', + controller='organization', + highlight_actions='index search'), '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..e4e93978ed0 100644 --- a/ckan/templates/header.html +++ b/ckan/templates/header.html @@ -42,7 +42,7 @@