From cf057e3872a9c48a74dd87dfe32cf41299a8019c Mon Sep 17 00:00:00 2001 From: Soeren Pflug Date: Tue, 27 Feb 2024 15:51:04 +0100 Subject: [PATCH] Statistik schuelerzahlen aktualisiert --- static/data/schuelerzahlen.json | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/static/data/schuelerzahlen.json b/static/data/schuelerzahlen.json index 94ded78a..33b4006e 100644 --- a/static/data/schuelerzahlen.json +++ b/static/data/schuelerzahlen.json @@ -1,4 +1,5 @@ -{ "schuelerzahlen": [ +{ + "schuelerzahlen": [ { "year": 1988, "all": 54, @@ -160,7 +161,7 @@ "girls": 141 }, { - "year":2020, + "year": 2020, "all": 535, "girls": 150 }, @@ -171,8 +172,13 @@ }, { "year": 2022, - "all": 534, + "all": 535, "girls": 137 + }, + { + "year": 2023, + "all": 534, + "girls": 141 } ] } \ No newline at end of file