aboutsummaryrefslogtreecommitdiff
path: root/weblog/apps.py
diff options
context:
space:
mode:
Diffstat (limited to 'weblog/apps.py')
-rw-r--r--weblog/apps.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/weblog/apps.py b/weblog/apps.py
index 3389f92..05b5a20 100644
--- a/weblog/apps.py
+++ b/weblog/apps.py
@@ -5,7 +5,7 @@ SETTINGS = {
'allow_anon_comments': True,
'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,