Skip to content

Commit 6b7b1db

Browse files
Update crm/admin.py
Co-authored-by: VadKhar <django.crm@outlook.com>
1 parent 2deeb9c commit 6b7b1db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crm/admin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ def get_fieldsets(self, request, obj=None):
277277
('phone', 'other_phone'),
278278
('company_name', 'website'),
279279
('company_email', 'country'),
280-
'region','district',
280+
'region', 'district',
281281
'address',
282282
)
283283
}),

0 commit comments

Comments
 (0)