Einrückfehler behoben
This commit is contained in:
parent
6f42abfc0d
commit
3520350305
1 changed files with 1 additions and 1 deletions
|
|
@ -77,7 +77,7 @@ def raum(id):
|
|||
html = html + "<p>" + r["beschreibung"] + "</p>"
|
||||
|
||||
if "spieler" in session:
|
||||
html = html + '<p><small>Unterwegs als: ' + session["spieler"] + '</small></p>'
|
||||
html = html + '<p><small>Unterwegs als: ' + session["spieler"] + '</small></p>'
|
||||
|
||||
for a in ausgaenge:
|
||||
html = html + '<a href="/app/raum/' + str(a["nach_raum"]) + '">' \
|
||||
|
|
|
|||
Loading…
Reference in a new issue