Skip to content

Commit

Permalink
Merge pull request #298 from hackupc/fix_night_shift
Browse files Browse the repository at this point in the history
fix night_shift
  • Loading branch information
AdriMM26 authored Mar 3, 2024
2 parents ba705c1 + efc3cf3 commit 0eb24c4
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 0eb24c4

Please sign in to comment.