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

Revert "Minor changes"

This reverts commit 7f39f758.
parent 9652442f
No related branches found
No related tags found
2 merge requests!41Version 2.0.0,!38Merge py3 into dev
......@@ -19,7 +19,7 @@
<hgroup class="{{ g.header_class }} pull-left">
{% block header_logo %}
<a class="logo" href="{{ h.url_for('home.index') }}">
<a class="logo" href="{{ h.url_for('home') }}">
<img class="img-logo-large" src="{{ h.url_for_static_or_external(g.site_logo) }}" alt="Logo Schleswig Holstein"
title="{{ g.site_title }}" />
<img class="img-logo-small" src="/base/images/logo-quer.png" alt="Logo Schleswig Holstein"
......@@ -47,8 +47,8 @@
{% block header_site_navigation_tabs %}
{{
h.build_nav_main(
('dataset.search', _('Datasets')),
('organizations.index', _('Organizations'))
('search', _('Datasets')),
('organizations_index', _('Organizations'))
)
}}
{% endblock %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment