--- a/ckanext/example/theme/templates/layout.html +++ b/ckanext/example/theme/templates/layout.html @@ -12,6 +12,7 @@ ${h.nav_link(c, _('Home'), controller='home', action='index', id=None)} ${h.nav_link(c, _('Data'), controller='package', action='index', id=None)} ${h.nav_link(c, _('New dataset'), controller='package', action='new', id=None)} + ${h.nav_link(c, _('New group'), controller='group', action='new', id=None)}