Add qoute step.
This commit is contained in:
parent
b71ea45681
commit
6ff4740d04
30 changed files with 3362 additions and 376 deletions
|
@ -64,7 +64,8 @@ class WellForm(forms.ModelForm):
|
|||
}),
|
||||
'electricity_subscription_number': forms.TextInput(attrs={
|
||||
'class': 'form-control',
|
||||
'placeholder': 'شماره اشتراک برق'
|
||||
'placeholder': 'شماره اشتراک برق',
|
||||
'required': True
|
||||
}),
|
||||
'water_meter_serial_number': forms.TextInput(attrs={
|
||||
'class': 'form-control',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue