Update game answer handling and UI for completed games

This commit is contained in:
Edgar P. Burkhart 2025-06-15 13:59:22 +02:00
parent 303538bf48
commit 3d585e1e14
Signed by: edpibu
GPG key ID: 9833D3C5A25BD227
4 changed files with 29 additions and 10 deletions

View file

@ -57,4 +57,5 @@ class AnswerForm(forms.Form):
if (ma := music.musicgameanswer_set.filter(player=user).first())
and ma.answer
else "",
disabled=game.over,
)