We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ba705c1 + efc3cf3 commit 0eb24c4Copy full SHA for 0eb24c4
applications/forms/volunteer.py
@@ -39,7 +39,6 @@ class VolunteerApplicationForm(_BaseApplicationForm):
39
night_shifts = forms.TypedChoiceField(
40
required=True,
41
label="¿Estarias de acuerdo en seguir ayudando pasado medianoche?",
42
- coerce=lambda x: x == "True",
43
choices=models.NIGHT_SHIFT_ES,
44
help_text="No exigimos a nadie quedarse hasta ninguna hora en particular",
45
widget=forms.RadioSelect,
0 commit comments