diff --git a/ckanext/odsh/controller.py b/ckanext/odsh/controller.py index 6b9700009bc323e6446ffec88f7f1731bb389d76..b296259547a5a6d4ca3a34c21bb532dd93fb2683 100644 --- a/ckanext/odsh/controller.py +++ b/ckanext/odsh/controller.py @@ -34,7 +34,7 @@ class OdshRouteController(HomeController): h.redirect_to('http://www.schleswig-holstein.de/odpinfo') def start(self): - h.redirect_to('http://www.schleswig-holstein.de/odpstart') + h.redirect_to('/dataset') def not_found(self): abort(404) diff --git a/ckanext/odsh/templates/header.html b/ckanext/odsh/templates/header.html index 98c51a300604ad9a1a9ad43eed1379626aee851e..ce28006fc1c749d527df711a8d7dce3a49d1606f 100644 --- a/ckanext/odsh/templates/header.html +++ b/ckanext/odsh/templates/header.html @@ -44,7 +44,6 @@ {% block header_site_navigation_tabs %} {{ h.build_nav_main( - ('home', _('Start')), ('search', _('Datensätze')), ('organizations_index', _('Herausgeber')), ('info_page', _('Infos'))