@@ -130,7 +130,7 @@ ROOT_URLCONF = "edan_v1.urls"
TEMPLATES = [
{
"BACKEND": "django.template.backends.django.DjangoTemplates",
- "DIRS": [],
+ "DIRS": [location('templates'),],
# "APP_DIRS": True,
"OPTIONS": {