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:
parent
a50158d522
commit
fc8d396247
4 changed files with 7 additions and 6 deletions
|
|
@ -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():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue