diff options
author | Yaroslsav-95 <contact@yaroslavps.com> | 2018-03-29 16:45:02 +0300 |
---|---|---|
committer | Yaroslsav-95 <contact@yaroslavps.com> | 2018-03-29 16:45:02 +0300 |
commit | d6c508bb46d660947718083e3fa214049253c42b (patch) | |
tree | 3e4d8bac2247dbdcb3573e1ed00b23d80baf2c56 /weblog/apps.py | |
parent | be41310b3dc4aec12d3a950cf9fe737811436499 (diff) | |
download | w3blog-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.py | 2 |
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, |