aboutsummaryrefslogtreecommitdiff
path: root/weblog/apps.py
diff options
context:
space:
mode:
authorYaroslsav-95 <contact@yaroslavps.com>2018-03-29 16:45:02 +0300
committerYaroslsav-95 <contact@yaroslavps.com>2018-03-29 16:45:02 +0300
commitd6c508bb46d660947718083e3fa214049253c42b (patch)
tree3e4d8bac2247dbdcb3573e1ed00b23d80baf2c56 /weblog/apps.py
parentbe41310b3dc4aec12d3a950cf9fe737811436499 (diff)
downloadw3blog-d6c508bb46d660947718083e3fa214049253c42b.tar.gz
w3blog-d6c508bb46d660947718083e3fa214049253c42b.zip
Fixed bugs, and compatibility issues with Django 2.0
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,