Add app_title to admin
This commit is contained in:
parent
75eca9aad3
commit
d6516c13c3
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ class BlogConfigAdmin(BaseAppHookConfig, TranslatableAdmin):
|
|||
def declared_fieldsets(self):
|
||||
return [
|
||||
(None, {
|
||||
'fields': ('type', 'namespace',)
|
||||
'fields': ('type', 'namespace', 'app_title')
|
||||
}),
|
||||
('Generic', {
|
||||
'fields': (
|
||||
|
|
Loading…
Reference in a new issue