fix the phone field in signup

This commit is contained in:
ismail 2025-05-05 16:31:36 +03:00
parent 8e60c133ba
commit 5f73ad443d
2 changed files with 2 additions and 2 deletions

View File

@ -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,

View File

@ -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),