main flow checked
This commit is contained in:
parent
b5bf3a5dbe
commit
f853ad9784
21 changed files with 365 additions and 89 deletions
|
|
@ -39,7 +39,8 @@ class CustomerForm(forms.ModelForm):
|
|||
}),
|
||||
'phone_number_1': forms.TextInput(attrs={
|
||||
'class': 'form-control',
|
||||
'placeholder': '09123456789'
|
||||
'placeholder': '09123456789',
|
||||
'required': True
|
||||
}),
|
||||
'phone_number_2': forms.TextInput(attrs={
|
||||
'class': 'form-control',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue