Skip to content
Snippets Groups Projects
Commit 13148efa authored by anonymous's avatar anonymous
Browse files

ODPSH-262: add missing redirect

parent 2291c2e6
Branches
Tags
No related merge requests found
...@@ -9,7 +9,7 @@ abort = base.abort ...@@ -9,7 +9,7 @@ abort = base.abort
class OdshRouteController(HomeController): class OdshRouteController(HomeController):
def info_page(self): def info_page(self):
return base.render('info_page.html') h.redirect_to('https://preview-sh70.dpaorinp.de/DE/Schwerpunkte/openData/Infos/infos_node.html')
def start(self): def start(self):
return base.render('start.html') return base.render('start.html')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment