Update game answer handling and UI for completed games
This commit is contained in:
parent
303538bf48
commit
3d585e1e14
4 changed files with 29 additions and 10 deletions
|
@ -57,4 +57,5 @@ class AnswerForm(forms.Form):
|
|||
if (ma := music.musicgameanswer_set.filter(player=user).first())
|
||||
and ma.answer
|
||||
else "",
|
||||
disabled=game.over,
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue