diff --git a/blog/settings/base.py b/blog/settings/base.py index 95f0f94..c7e4305 100644 --- a/blog/settings/base.py +++ b/blog/settings/base.py @@ -49,6 +49,7 @@ INSTALLED_APPS = [ 'django.contrib.messages', 'django.contrib.staticfiles', 'zapisnik', + 'stranky', ] MIDDLEWARE = [ diff --git a/blog/templates/base.html b/blog/templates/base.html index 0852996..71a01a4 100644 --- a/blog/templates/base.html +++ b/blog/templates/base.html @@ -41,6 +41,9 @@ +