From e0d75667e45ea1dd183c72af700fce8b4b37b156 Mon Sep 17 00:00:00 2001 From: Jens Timmerman Date: Mon, 2 Aug 2021 18:03:14 +0200 Subject: [PATCH] fix template dir --- templates/settings.py.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/settings.py.j2 b/templates/settings.py.j2 index 0ed1d48..da0f242 100644 --- a/templates/settings.py.j2 +++ b/templates/settings.py.j2 @@ -58,7 +58,7 @@ ROOT_URLCONF = 'nmgfitness.urls' TEMPLATES = [ { 'BACKEND': 'django.template.backends.django.DjangoTemplates', - 'DIRS': [], + 'DIRS': ['nmgfitness'], 'APP_DIRS': True, 'OPTIONS': { 'context_processors': [