Enable gmba_function

This commit is contained in:
PCoder 2021-11-28 11:59:47 +05:30
parent 534033e2df
commit 90eea50a33

View file

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