Skip to content
Snippets Groups Projects
Commit 2498c0d0 authored by Thorge Petersen's avatar Thorge Petersen
Browse files

Removed home button from nav and redirect home to /dataset

parent e0be32ac
Branches
Tags
1 merge request!17Stage System soll in Zukunft Master Branch erhalten
......@@ -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)
......
......@@ -44,7 +44,6 @@
{% block header_site_navigation_tabs %}
{{
h.build_nav_main(
('home', _('Start')),
('search', _('Datensätze')),
('organizations_index', _('Herausgeber')),
('info_page', _('Infos'))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment