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/templates/weblog_base.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'weblog/templates/weblog_base.html') diff --git a/weblog/templates/weblog_base.html b/weblog/templates/weblog_base.html index 536e736..6a551ff 100644 --- a/weblog/templates/weblog_base.html +++ b/weblog/templates/weblog_base.html @@ -3,7 +3,7 @@ - Simple blog - {% block title_block %} Home {% endblock %} + {% block title_block %} Home {% endblock %} @@ -25,4 +25,4 @@ {% endblock %} - \ No newline at end of file + -- cgit v1.2.3