Skip to content
Snippets Groups Projects
Verified Commit 5a466584 authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Fix path to pages

parent 0a3a4e5a
No related tags found
No related merge requests found
Pipeline #1055 passed with warnings
......@@ -36,17 +36,17 @@ MENUITEMS = [
('Startseite', 'index.html'),
('Neuigkeiten', 'archives.html'),
('Lösungen', [
('Schulnetzwerk', 'solutions/network.html'),
('Informationsverwaltung', 'solutions/sis.html'),
('Cloud und Office', 'solutions/cloud.html'),
('Schulnetzwerk', 'network.html'),
('Informationsverwaltung', 'sis.html'),
('Cloud und Office', 'cloud.html'),
]),
('Unterstützung', [
('Gemeinschaft', 'support/community.html'),
('Professionell', 'support/professional.html'),
('Gemeinschaft', 'community.html'),
('Professionell', 'professional.html'),
]),
('Präsentation', [
('Messestand', 'presentation/stand.html'),
('Vorträge', 'presentation/talks.html'),
('Messestand', 'stand.html'),
('Vorträge', 'talks.html'),
]),
]
......@@ -65,17 +65,17 @@ I18N_SUBSITES = {
('Home', 'index.html'),
('News', 'archives.html'),
('Solutions', [
('School network', 'solutions/network.html'),
('Information management', 'solutions/sis.html'),
('Cloud and Office', 'solutions/cloud.html'),
('School network', 'network.html'),
('Information management', 'sis.html'),
('Cloud and Office', 'cloud.html'),
]),
('Support', [
('Community', 'support/community.html'),
('Professional', 'support/professional.html'),
('Community', 'community.html'),
('Professional', 'professional.html'),
]),
('Präsentation', [
('Conference booth', 'presentation/stand.html'),
('Talks', 'presentation/talks.html'),
('Conference booth', 'stand.html'),
('Talks', 'talks.html'),
]),
],
"FOOTERMENU": (('Teckids e.V.', 'https://www.teckids.org/'),
......@@ -86,17 +86,17 @@ I18N_SUBSITES = {
('Home', 'index.html'),
('Actualités', 'archives.html'),
('Solutions', [
("Réseau d'école", 'solutions/network.html'),
("Administration d'informations", 'solutions/sis.html'),
('Cloud et Bureau', 'solutions/cloud.html'),
("Réseau d'école", 'network.html'),
("Administration d'informations", 'sis.html'),
('Cloud et Bureau', 'cloud.html'),
]),
('Soutien', [
('Communauté', 'support/community.html'),
('Professionnel', 'support/professional.html'),
('Communauté', 'community.html'),
('Professionnel', 'professional.html'),
]),
('Présentation', [
('Stand de foire', 'presentation/stand.html'),
('Conférence', 'presentation/talks.html'),
('Stand de foire', 'stand.html'),
('Conférence', 'talks.html'),
]),
],
"FOOTERMENU": (('Teckids e.V.', 'https://www.teckids.org/'),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment