|
|
@@ -55,7 +55,8 @@ class OperatorInfoAdmin(admin.ModelAdmin):
|
55
|
55
|
|
56
|
56
|
|
57
|
57
|
class BrandInfoAdmin(admin.ModelAdmin):
|
58
|
|
- list_display = ('brand_id', 'brand_name', 'tousername', 'brand_descr', 'brand_logo', 'brand_domain', 'position', 'status', 'created_at', 'updated_at')
|
|
58
|
+ list_display = ('brand_id', 'brand_name', 'tousername', 'brand_descr', 'brand_logo', 'brand_domain', 'clerk_direct_submit', 'position', 'status', 'created_at', 'updated_at')
|
|
59
|
+ list_filter = ('clerk_direct_submit', 'status')
|
59
|
60
|
|
60
|
61
|
def save_model(self, request, obj, form, change):
|
61
|
62
|
obj.save()
|