From efc3cf33ded7d5d2aa94893a42d966f986994f39 Mon Sep 17 00:00:00 2001 From: Achraf Hmimou Date: Sat, 2 Mar 2024 05:28:30 -0500 Subject: [PATCH] fix night_shift --- applications/forms/volunteer.py | 1 - 1 file changed, 1 deletion(-) diff --git a/applications/forms/volunteer.py b/applications/forms/volunteer.py index f81451b8..409b731f 100644 --- a/applications/forms/volunteer.py +++ b/applications/forms/volunteer.py @@ -39,7 +39,6 @@ class VolunteerApplicationForm(_BaseApplicationForm): night_shifts = forms.TypedChoiceField( required=True, label="¿Estarias de acuerdo en seguir ayudando pasado medianoche?", - coerce=lambda x: x == "True", choices=models.NIGHT_SHIFT_ES, help_text="No exigimos a nadie quedarse hasta ninguna hora en particular", widget=forms.RadioSelect,