diff --git a/app.py b/app.py index cc2c0a4..6e14b3c 100644 --- a/app.py +++ b/app.py @@ -1835,7 +1835,7 @@ def public_frontend():
""" + time_block + """ """ + (f'
{r["halle"]}
' if r["halle"] else '') + """ - """ + (f'
🚫 AUSVERKAUFT · {r["spiel_titel"]}
' if r["category"] == "ausverkauft" and r["spiel_titel"] else '') + """ + """ + (f'
🚫 AUSVERKAUFT{(" · " + r["spiel_titel"] + "") if r["spiel_titel"] else ""}
' if r["category"] == "ausverkauft" else '') + """

""" + preview + """

@@ -1854,7 +1854,7 @@ def public_frontend(): cards += f"""
""" + media_first + time_block + """ """ + (f'
{r["halle"]}
' if r["halle"] else '') + """ - """ + (f'
🚫 AUSVERKAUFT · {r["spiel_titel"]}
' if r["category"] == "ausverkauft" and r["spiel_titel"] else '') + """ + """ + (f'
🚫 AUSVERKAUFT{(" · " + r["spiel_titel"] + "") if r["spiel_titel"] else ""}
' if r["category"] == "ausverkauft" else '') + """

""" + preview + """

@@ -3228,7 +3228,7 @@ def public_detail(sub_id: int):
← Zurück zur Übersicht
- {"".join([f'
{row["halle"]}
' if row["halle"] else '', f'
🚫 AUSVERKAUFT · {row["spiel_titel"]}
' if row["category"] == "ausverkauft" and row["spiel_titel"] else ''])} + {"".join([f'
{row["halle"]}
' if row["halle"] else '', f'
🚫 AUSVERKAUFT{(" · " + row["spiel_titel"] + "") if row["spiel_titel"] else ""}
' if row["category"] == "ausverkauft" else ''])}
{type_emoji} {name}