Skip to content

Commit

Permalink
fix night_shift
Browse files Browse the repository at this point in the history
  • Loading branch information
aacraf committed Mar 2, 2024
1 parent ba705c1 commit efc3cf3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion applications/forms/volunteer.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit efc3cf3

Please sign in to comment.