Skip to content

Commit

Permalink
Fix bug where music keys checkbox needs to be enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
KiOui committed Apr 10, 2024
1 parent 053086d commit d8f34c2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion website/borrel/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,12 @@ class BorrelReservationForm(forms.ModelForm):
"It will have the same start and end time.",
)
needs_music_keys = forms.BooleanField(
required=False,
help_text=(
"Whether you want to reserve the music keys for this borrel reservation as well (only applicable "
"when reserving a canteen). Note that the music keys are NOT needed to control Thaliedje in the North "
"canteen. You only need these if you want to connect your own device to the speakers."
)
),
)

def __init__(self, *args, **kwargs):
Expand Down

0 comments on commit d8f34c2

Please sign in to comment.