0.4.27 footer contacts
This commit is contained in:
@@ -217,12 +217,12 @@ class Admin_Option(Admin_Trans_BaseModel):
|
||||
(_('Контент'), {
|
||||
'classes': ['wide'],
|
||||
'fields': (
|
||||
'name', 'opt_type', 'prefix', 'value', 'picture'
|
||||
'name', 'opt_type', 'order', 'prefix', 'value', 'picture'
|
||||
)
|
||||
}),
|
||||
]
|
||||
|
||||
list_display = ['image_thumb', 'opt_type', 'name', 'prefix', 'value']
|
||||
list_display = ['image_thumb', 'opt_type', 'name', 'order', 'value', 'prefix']
|
||||
list_editable = ['value', 'prefix']
|
||||
list_filter = ['opt_type']
|
||||
|
||||
|
||||
Reference in New Issue
Block a user