From 84fa14e4a8e86f2d0ce781d13df6f78a5c8f3687 Mon Sep 17 00:00:00 2001 From: tobes Date: Tue, 25 Sep 2012 15:08:49 +0100 Subject: [PATCH] [#2939] Orgs menu item added to header --- ckan/lib/helpers.py | 1 + ckan/templates/header.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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 @@