Abänderung Wort

This commit is contained in:
Mara Zöllner 2026-07-15 15:59:44 +02:00
parent 61faac2b2e
commit e68febc965

View file

@ -461,7 +461,7 @@ def raum(raum_id):
db.close() db.close()
return seite_html( return seite_html(
'<h1>Geschafft!</h1>' '<h1>Geschafft!</h1>'
'<p>Die Stadiontour ist abgeschlossen. Du kannst jetzt nicht mehr zurück in das Stadiontor.</p>' '<p>Die Stadiontour ist abgeschlossen. Du kannst jetzt nicht mehr zurück in das Stadion.</p>'
'<a class="btn" href="/app/highscore">Zum Highscore</a>' '<a class="btn" href="/app/highscore">Zum Highscore</a>'
) )