fix the phone field in signup
This commit is contained in:
parent
8e60c133ba
commit
5f73ad443d
@ -787,7 +787,7 @@ class WizardForm2(forms.Form):
|
||||
# },
|
||||
# required=True,
|
||||
# )
|
||||
phone = forms.CharField(
|
||||
phone_number = forms.CharField(
|
||||
required=False,
|
||||
max_length=10,
|
||||
min_length=10,
|
||||
|
||||
@ -17,7 +17,7 @@ class Migration(migrations.Migration):
|
||||
initial = True
|
||||
|
||||
dependencies = [
|
||||
('appointment', '0002_alter_workinghours_options'),
|
||||
# ('appointment', '0002_alter_workinghours_options'),
|
||||
('auth', '0012_alter_user_first_name_max_length'),
|
||||
('contenttypes', '0002_remove_content_type_name'),
|
||||
migrations.swappable_dependency(settings.AUTH_USER_MODEL),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user