0.3.7 contacts page

This commit is contained in:
SDE
2023-12-09 21:22:41 +03:00
parent a75a8ef37b
commit 7234523a95

View File

@@ -274,7 +274,7 @@ class Admin_Office(Admin_Trans_BaseModelViewPage):
save_on_top = True save_on_top = True
# prepopulated_fields = {"url": ("name",)} # prepopulated_fields = {"url": ("name",)}
list_display = [ list_display = [
'id', 'enable', 'order', 'city', 'address', 'work_time_from', 'work_time_to', 'image_thumb', 'id', 'enable', 'order', 'city', 'address', 'work_time_from', 'work_time_to',
# 'main_office', # 'main_office',
'modifiedDT', 'createDT' 'modifiedDT', 'createDT'
] ]