diff --git a/app/app/settings.py b/app/app/settings.py index 77a1f8cc..53d841ec 100644 --- a/app/app/settings.py +++ b/app/app/settings.py @@ -73,8 +73,7 @@ { "BACKEND": "django.template.backends.django.DjangoTemplates", "DIRS": [ - BASE_DIR, - "templates", + BASE_DIR / "templates", ], "APP_DIRS": True, "OPTIONS": {