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

Revert "Merge branch 'master' into 'dev'"

This reverts commit 998bf92d, reversing
changes made to 788ddf58.
parent 998bf92d
Branches
Tags
No related merge requests found
......@@ -31,7 +31,7 @@ get_action = logic.get_action
class OdshRouteController(HomeController):
def info_page(self):
h.redirect_to('https://www.schleswig-holstein.de/odpinfo')
h.redirect_to('http://www.schleswig-holstein.de/odpinfo')
def start(self):
h.redirect_to('/dataset')
......
......@@ -49,8 +49,7 @@ def add_pkg_to_collection(id_pkg, id_collection):
'object': id_collection,
'type': 'child_of',
}
if toolkit.check_access('package_relationship_create',relationship_dict):
toolkit.get_action('package_relationship_create')(None, relationship_dict)
toolkit.get_action('package_relationship_create')(None, relationship_dict)
def use_matomo():
'''Return the value of the use_matomo config setting.
......
{% extends "page.html" %}
{% set commit_hash = h.tpsh_git_commit_hash() %}
{% block subtitle %} {{ _('Login') }} {% endblock %}
{% block skip %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment