From d6c508bb46d660947718083e3fa214049253c42b Mon Sep 17 00:00:00 2001 From: Yaroslsav-95 Date: Thu, 29 Mar 2018 16:45:02 +0300 Subject: Fixed bugs, and compatibility issues with Django 2.0 --- weblog/apps.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'weblog/apps.py') 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, -- cgit v1.2.3