Remove duplicated fields in OrganizationAdmin
This commit is contained in:
parent
b78abafe30
commit
637eee03d4
1 changed files with 0 additions and 6 deletions
|
@ -93,12 +93,6 @@ class OrganizationAdmin(admin.ModelAdmin):
|
||||||
'organisation_english',
|
'organisation_english',
|
||||||
('organisation_2', 'organisation_3'),
|
('organisation_2', 'organisation_3'),
|
||||||
'organisation_original',
|
'organisation_original',
|
||||||
|
|
||||||
('range_name_ascii', 'GMBA_v1_id', 'longitude'),
|
|
||||||
('mother_range', 'wiki_data_id', 'area'),
|
|
||||||
('feature', 'range_alternate_id', 'gmba_narrow'),
|
|
||||||
'source',
|
|
||||||
'id',
|
|
||||||
)
|
)
|
||||||
}),
|
}),
|
||||||
('Address', {
|
('Address', {
|
||||||
|
|
Loading…
Reference in a new issue