diff --git a/umap/settings/base.py b/umap/settings/base.py index ba739653..f4e5f192 100644 --- a/umap/settings/base.py +++ b/umap/settings/base.py @@ -169,9 +169,6 @@ TEMPLATES = [ { 'BACKEND': 'django.template.backends.django.DjangoTemplates', 'APP_DIRS': True, - 'DIRS': [ - os.path.join(PROJECT_DIR, 'templates'), - ], 'OPTIONS': { 'context_processors': ( 'django.contrib.auth.context_processors.auth',