Don't show gmba_function

This commit is contained in:
PCoder 2021-11-28 10:35:09 +05:30
parent 0ad897085e
commit 22dc5f8b44
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ class PersonAdmin(admin.ModelAdmin):
('news_letter', 'profile_on_web'),
'entry_date',
'country',
'gmba_function'
# 'gmba_function'
),
}),
)