From 7234523a952df3ed7cc0b0bddfa7dfa6612fb3d2 Mon Sep 17 00:00:00 2001 From: SDE Date: Sat, 9 Dec 2023 21:22:41 +0300 Subject: [PATCH] 0.3.7 contacts page --- GeneralApp/admin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GeneralApp/admin.py b/GeneralApp/admin.py index 5de6ee1..44efd60 100644 --- a/GeneralApp/admin.py +++ b/GeneralApp/admin.py @@ -274,7 +274,7 @@ class Admin_Office(Admin_Trans_BaseModelViewPage): save_on_top = True # prepopulated_fields = {"url": ("name",)} 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', 'modifiedDT', 'createDT' ]