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

Fix menu

parent a610df3b
No related branches found
No related tags found
No related merge requests found
...@@ -30,16 +30,16 @@ MENUITEMS = [ ...@@ -30,16 +30,16 @@ MENUITEMS = [
('Projekte', [ ('Projekte', [
('schul-frei', 'https://schul-frei.org'), ('schul-frei', 'https://schul-frei.org'),
('FrogLabs', 'https://froglabs.org'), ('FrogLabs', 'https://froglabs.org'),
('Dienste', '/Dienste.html'), ('Dienste', '/pages/dienste-und-software.html'),
]), ]),
('Medien und Pädagogik', [ ('Medien und Pädagogik', [
('Pädagogisches Leitbild', '/Paedagogisches_Leitbild.html'), ('Pädagogisches Leitbild', '/pages/paedagogisches-leitbild.html'),
('Handreichungen', '/Handreichungen.html'), ('Handreichungen', '/pages/handreichungen.html'),
]), ]),
('Mitgestalten', [ ('Mitgestalten', [
('Ziele', '/Ziele.html'), ('Ziele', '/pages/ziele.html'),
('Partizipation von Jugendlichen', '/partizipation.html'), ('Partizipation von Jugendlichen', '/pages/partizipation-von-jugendlichen.html'),
('Mitgliedschaft', '/Mitgliedschaft.html'), ('Mitgliedschaft', '/pages/mitgliedschaft.html'),
]), ]),
('Bildung', [ ('Bildung', [
('Unterrichtsmaterial', 'https://www.teckids.org/legacy/docs/public/material/docman.htm'), ('Unterrichtsmaterial', 'https://www.teckids.org/legacy/docs/public/material/docman.htm'),
...@@ -65,16 +65,16 @@ I18N_SUBSITES = { ...@@ -65,16 +65,16 @@ I18N_SUBSITES = {
("Projects", [ ("Projects", [
("schul-frei", "https://schul-frei.org"), ("schul-frei", "https://schul-frei.org"),
("FrogLabs", "https://froglabs.org"), ("FrogLabs", "https://froglabs.org"),
("Services", "/Dienste.html") ("Services", "/pages/dienste-und-software-en.html")
]), ]),
("Media and Pedagogy", [ ("Media and Pedagogy", [
("Educational Concept", "/Paedagogisches_Leitbild.html"), ("Educational Concept", "/pages/paedagogisches-leitbild-en.html"),
("Handouts", "/Handreichungen.html"), ("Handouts", "/pages/handreichungen-en.html"),
]), ]),
("Contribution", [ ("Contribution", [
("Goals", "/Ziele.html"), ("Goals", "/pages/ziele-en.html"),
("Participation of youngsters", "/partizipation.html"), ("Participation of youngsters", "/pages/partizipation-en.html"),
("Membership", "Mitgliedschaft.html"), ("Membership", "/pages/mitgliedschaft-en.html"),
]), ]),
("Education", [ ("Education", [
("Teaching Material", "https://www.teckids.org/legacy/docs/public/material/docman.htm"), ("Teaching Material", "https://www.teckids.org/legacy/docs/public/material/docman.htm"),
......
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