Skip to content

Commit 9e42f67

Browse files
authored
Merge pull request con2#877 from Meepu/kotae2025-shift-wishes
feat(kotaeexpo2025): update shift wishes survey
2 parents 1fa93f5 + f278a4a commit 9e42f67

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

kompassi/events/kotaeexpo2025/forms.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,4 +227,10 @@ def get_instance_for_event_and_person(cls, event, person):
227227

228228
class Meta:
229229
model = SignupExtra
230-
fields = ("shift_wishes",)
230+
fields = (
231+
"shift_wishes",
232+
"accommodation",
233+
)
234+
widgets = dict(
235+
accommodation=forms.CheckboxSelectMultiple,
236+
)

0 commit comments

Comments
 (0)