From 02867a4b9d22bd6f2fed9306a8d57ca73ae06b03 Mon Sep 17 00:00:00 2001 From: andis Date: Fri, 12 Jun 2020 21:22:12 +0000 Subject: [PATCH] local template dictionary first --- fet2020/fet2020/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fet2020/fet2020/settings.py b/fet2020/fet2020/settings.py index ca8321cc..23fc6621 100644 --- a/fet2020/fet2020/settings.py +++ b/fet2020/fet2020/settings.py @@ -64,7 +64,7 @@ ROOT_URLCONF = 'fet2020.urls' TEMPLATES = [ { 'BACKEND': 'django.template.backends.django.DjangoTemplates', - 'DIRS': [os.path.join(BASE_DIR, 'templates_design1')], + 'DIRS': [os.path.join(BASE_DIR, 'templates'),os.path.join(BASE_DIR, 'templates_design1')], 'APP_DIRS': True, 'OPTIONS': { 'context_processors': [