diff --git a/app.py b/app.py index 3ab04a0..8ce3107 100644 --- a/app.py +++ b/app.py @@ -1813,7 +1813,7 @@ def public_frontend(): # Text-only card: link-wrapped, time overlay inside card-content cards += f"""
- """ + (f'
📍 {r["halle"]}
' if r["halle"] else '') + """ + """ + (f'
{r["halle"]}
' if r["halle"] else '') + """ """ + (f'
🚫 AUSVERKAUFT: {r["spiel_titel"]}
' if r["category"] == "ausverkauft" and r["spiel_titel"] else '') + """
""" + time_block + """ @@ -1833,7 +1833,7 @@ def public_frontend(): # Media card: existing structure cards += f"""
""" + media_first + time_block + """ - """ + (f'
📍 {r["halle"]}
' if r["halle"] else '') + """ + """ + (f'
{r["halle"]}
' if r["halle"] else '') + """ """ + (f'
🚫 AUSVERKAUFT: {r["spiel_titel"]}
' if r["category"] == "ausverkauft" and r["spiel_titel"] else '') + """