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

change startpage

parent 1ad116cc
No related branches found
No related tags found
No related merge requests found
......@@ -139,7 +139,6 @@ class OdshPlugin(plugins.SingletonPlugin, DefaultTranslation, DefaultDatasetForm
def before_map(self, map):
map.connect('info_page', '/info_page', controller='ckanext.odsh.controller:OdshRouteController', action='info_page')
map.connect('start', '/', controller='ckanext.odsh.controller:OdshRouteController', action='start')
# redirect all user routes to custom controller
with SubMapper(map, controller='ckanext.odsh.controller:OdshUserController') as m:
......
{% extends "page.html" %}
{% set homepage_style = ( g.homepage_style or '1' ) %}
{% block subtitle %}{{ _("Welcome") }}{% endblock %}
{% block maintag %}{% endblock %}
{% block toolbar %}{% endblock %}
{% block content %}
<div class="homepage layout-{{ homepage_style }}">
<div class="container" style="height:200px">
<p style="padding-top:50px">
Die Startseite wird im Landesportal umgesetzt.
</p>
</div>
{% block primary_content %}
{% endblock %}
</div>
{% endblock %}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment