From baa0bc2e157a736b78b15c94c20e2cec5136ae5f Mon Sep 17 00:00:00 2001 From: Paul Wagener Date: Wed, 20 Jul 2016 13:17:04 +0200 Subject: [PATCH] Add template path --- securityquiz/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/securityquiz/settings.py b/securityquiz/settings.py index 76d63eb..594e20a 100644 --- a/securityquiz/settings.py +++ b/securityquiz/settings.py @@ -98,7 +98,7 @@ MEDIA_ROOT = PROJECT_PATH + '/media/' TEMPLATES = [ { 'BACKEND': 'django.template.backends.django.DjangoTemplates', - 'DIRS': [], + 'DIRS': [PROJECT_PATH + '/templates'], 'APP_DIRS': True, 'OPTIONS': { 'context_processors': [