Skip to content

Commit 4a130d4

Browse files
Copilotkarbassi
andcommitted
Require phone number for volunteers (mentors)
Co-authored-by: karbassi <17738+karbassi@users.noreply.github.com>
1 parent acdd39d commit 4a130d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

coderdojochi/forms.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ class MentorForm(CDCModelForm):
168168
attrs={"placeholder": "", "class": "form-control"},
169169
),
170170
label="Phone",
171-
required=False,
171+
required=True,
172172
)
173173

174174
home_address = forms.CharField(

0 commit comments

Comments
 (0)