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

ODPSH-267: change links

parent abaaf9c3
No related branches found
No related tags found
No related merge requests found
...@@ -9,9 +9,9 @@ abort = base.abort ...@@ -9,9 +9,9 @@ abort = base.abort
class OdshRouteController(HomeController): class OdshRouteController(HomeController):
def info_page(self): def info_page(self):
h.redirect_to('https://preview-sh70.dpaorinp.de/DE/Schwerpunkte/openData/Infos/infos_node.html') h.redirect_to('http://www.schleswig-holstein.de/odpinfo')
def start(self): def start(self):
h.redirect_to('https://preview-sh70.dpaorinp.de/DE/Schwerpunkte/openData/openData_node.html') h.redirect_to('http://www.schleswig-holstein.de/odpstart')
class OdshUserController(UserController): class OdshUserController(UserController):
def me(self, locale=None): def me(self, locale=None):
......
...@@ -13,9 +13,9 @@ ...@@ -13,9 +13,9 @@
<div class="footer-left"> <div class="footer-left">
<div class="footer-icon">&copy; {{g.site_title}}</div> <div class="footer-icon">&copy; {{g.site_title}}</div>
<div class="footer-right"> <div class="footer-right">
<div class='footer-icon'><a href='https://www.schleswig-holstein.de/DE/Serviceseiten/Kontakt/kontakt_node.html '>Kontakt</a></div> <div class='footer-icon'><a href='http://www.schleswig-holstein.de/odpkontakt'>Kontakt</a></div>
<div class='footer-icon'><a href='https://www.schleswig-holstein.de/DE/Serviceseiten/Impressum/impressum_node.html'>Impressum</a></div> <div class='footer-icon'><a href='http://www.schleswig-holstein.de/odpimpressum'>Impressum</a></div>
<div class='footer-icon last'><a href='https://www.schleswig-holstein.de/DE/Serviceseiten/Datenschutzerklaerung/datenschutz_node.html'>Datenschutz</a></div> <div class='footer-icon last'><a href='http://www.schleswig-holstein.de/odpdatenschutz'>Datenschutz</a></div>
</div> </div>
</div> </div>
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment