diff options
Diffstat (limited to 'weblog/apps.py')
-rwxr-xr-x[-rw-r--r--] | weblog/apps.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/weblog/apps.py b/weblog/apps.py index 3389f92..6f2db71 100644..100755 --- a/weblog/apps.py +++ b/weblog/apps.py @@ -2,10 +2,10 @@ from django.apps import AppConfig SETTINGS = { 'enable_comments': False, - 'allow_anon_comments': True, + 'allow_anon_comments': False, 'multilingual': True, 'blog_title': 'Django-Weblog', - 'base_template': 'base.html', + 'base_template': 'weblog_base.html', 'show_author': True, 'use_authors_username': True, 'show_sidebar': True, |