From 13148efa57fc281fe71217fd6cef52df66618de1 Mon Sep 17 00:00:00 2001 From: anonymous <anonymous> Date: Wed, 23 Jan 2019 11:25:50 +0100 Subject: [PATCH] ODPSH-262: add missing redirect --- ckanext/odsh/controller.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ckanext/odsh/controller.py b/ckanext/odsh/controller.py index ba821838..d339273d 100644 --- a/ckanext/odsh/controller.py +++ b/ckanext/odsh/controller.py @@ -9,7 +9,7 @@ abort = base.abort class OdshRouteController(HomeController): 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): return base.render('start.html') -- GitLab