Skip to content

Commit 2deeb9c

Browse files
committed
Updated region and district fields to LeadAdmin Company contact details
1 parent f3212b6 commit 2deeb9c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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
}),

crm/site/leadadmin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ def get_fieldsets(self, request, obj=None):
141141
'company_email',
142142
('city', 'country'),
143143
'region',
144-
'district'
144+
'district',
145145
'address',
146146
'type',
147147
'industry',

0 commit comments

Comments
 (0)