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):
|
def declared_fieldsets(self):
|
||||||
return [
|
return [
|
||||||
(None, {
|
(None, {
|
||||||
'fields': ('type', 'namespace',)
|
'fields': ('type', 'namespace', 'app_title')
|
||||||
}),
|
}),
|
||||||
('Generic', {
|
('Generic', {
|
||||||
'fields': (
|
'fields': (
|
||||||
|
|
Loading…
Reference in a new issue