Fix mobile layout: Sprachauswahl überlappt nicht mehr mit Überschrift und korrigiere URL-Parameter für Sprachwechsel

This commit is contained in:
2025-08-02 11:12:37 +02:00
parent bdf4e134e4
commit 28fda213ba
2 changed files with 7 additions and 2 deletions

2
app.py
View File

@@ -20,7 +20,7 @@ app.config['BABEL_TRANSLATION_DIRECTORIES'] = 'translations'
babel = Babel()
# Version der App
APP_VERSION = "1.4.2"
APP_VERSION = "1.4.3"
# HTML-Template wird jetzt aus templates/index.html geladen