Fix Location2025 missing fields
This commit is contained in:
@ -1068,7 +1068,7 @@ class Location2025Admin(LeafletGeoAdmin):
|
||||
'fields': ('cp_number', 'event', 'cp_name', 'sub_loc_id', 'subcategory', 'is_active', 'sort_order')
|
||||
}),
|
||||
('位置情報', {
|
||||
'fields': ('latitude', 'longitude', 'location', 'address')
|
||||
'fields': ('latitude', 'longitude', 'location', 'address', 'zip_code', 'prefecture', 'area', 'city')
|
||||
}),
|
||||
('ポイント設定', {
|
||||
'fields': ('checkin_point', 'buy_point')
|
||||
@ -1080,7 +1080,7 @@ class Location2025Admin(LeafletGeoAdmin):
|
||||
'fields': ('shop_closed', 'shop_shutdown', 'opening_hours')
|
||||
}),
|
||||
('詳細情報', {
|
||||
'fields': ('phone', 'website', 'description', 'remark')
|
||||
'fields': ('phone', 'website', 'description', 'remark', 'facility')
|
||||
}),
|
||||
('メディア・タグ情報', {
|
||||
'fields': ('photos', 'videos', 'tags', 'evaluation_value'),
|
||||
|
||||
Reference in New Issue
Block a user