fix prints
This commit is contained in:
parent
6367d34f0c
commit
10810f8700
15 changed files with 423 additions and 245 deletions
|
|
@ -66,12 +66,11 @@ class InstallationReportForm(forms.ModelForm):
|
|||
'class': 'form-select'
|
||||
}, choices=[
|
||||
('', 'انتخاب کنید'),
|
||||
('A', 'A'),
|
||||
('B', 'B')
|
||||
('direct', 'مستقیم'),
|
||||
('indirect', 'غیرمستقیم')
|
||||
]),
|
||||
'discharge_pipe_diameter': forms.NumberInput(attrs={
|
||||
'class': 'form-control',
|
||||
'min': '0',
|
||||
'required': True
|
||||
}),
|
||||
'usage_type': forms.Select(attrs={
|
||||
|
|
@ -89,7 +88,6 @@ class InstallationReportForm(forms.ModelForm):
|
|||
}),
|
||||
'motor_power': forms.NumberInput(attrs={
|
||||
'class': 'form-control',
|
||||
'min': '0',
|
||||
'required': True
|
||||
}),
|
||||
'pre_calibration_flow_rate': forms.NumberInput(attrs={
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue