This commit is contained in:
Iacopo Spalletti 2014-11-22 19:57:30 +01:00
parent cfdf25c016
commit 2b53d49dd8

View file

@ -51,4 +51,4 @@ def get_setting(name):
'BLOG_MULTISITE': getattr(settings, 'BLOG_MULTISITE', True),
'BLOG_AUTHOR_DEFAULT': getattr(settings, 'BLOG_AUTHOR_DEFAULT', True),
}
return default['BLOG_%s' % name]
return default['BLOG_%s' % name]