Добавлены поля needs_product_photo и needs_delivery_photo в модель Order с toggle switches в форме
This commit is contained in:
@@ -191,6 +191,8 @@ class OrderForm(forms.ModelForm):
|
||||
'recipient',
|
||||
'status',
|
||||
'is_anonymous',
|
||||
'needs_product_photo',
|
||||
'needs_delivery_photo',
|
||||
'special_instructions',
|
||||
]
|
||||
widgets = {
|
||||
|
||||
Reference in New Issue
Block a user