Add app_title to admin

This commit is contained in:
Iacopo Spalletti 2015-10-18 09:59:41 +02:00
parent 75eca9aad3
commit d6516c13c3
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ class BlogConfigAdmin(BaseAppHookConfig, TranslatableAdmin):
def declared_fieldsets(self):
return [
(None, {
'fields': ('type', 'namespace',)
'fields': ('type', 'namespace', 'app_title')
}),
('Generic', {
'fields': (