Fix: Geburtstags-Banner nur für aktiven Hund

bday/bdayYear: nur truthy wenn bdayDog.id === dog.id (aktiver Hund)
otherBdayDog: zeigt Hinweis wenn ein ANDERER Hund Geburtstag hat
SW by-v1031, APP_VER 1031
This commit is contained in:
rene 2026-05-16 12:13:15 +02:00
parent a50158d522
commit fc8d396247
4 changed files with 7 additions and 6 deletions

View file

@ -410,7 +410,7 @@ async def serve_media(path: str, request: _Request):
raise _HE(404, "Nicht gefunden.")
return _media_response(filepath)
APP_VER = "1030" # muss mit APP_VER in app.js übereinstimmen
APP_VER = "1031" # muss mit APP_VER in app.js übereinstimmen
@app.get("/.well-known/assetlinks.json")
async def assetlinks():