Skip to content

Commit 0eb24c4

Browse files
authored
Merge pull request #298 from hackupc/fix_night_shift
fix night_shift
2 parents ba705c1 + efc3cf3 commit 0eb24c4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

applications/forms/volunteer.py

-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ class VolunteerApplicationForm(_BaseApplicationForm):
3939
night_shifts = forms.TypedChoiceField(
4040
required=True,
4141
label="¿Estarias de acuerdo en seguir ayudando pasado medianoche?",
42-
coerce=lambda x: x == "True",
4342
choices=models.NIGHT_SHIFT_ES,
4443
help_text="No exigimos a nadie quedarse hasta ninguna hora en particular",
4544
widget=forms.RadioSelect,

0 commit comments

Comments
 (0)