feat: fix thumbnails button

This commit is contained in:
relikd
2025-06-12 00:56:37 +02:00
parent b98b882665
commit a78c8da503
6 changed files with 51 additions and 6 deletions

View File

@@ -68,7 +68,7 @@ ROOT_URLCONF = 'config.urls'
TEMPLATES = [
{
'BACKEND': 'django.template.backends.django.DjangoTemplates',
'DIRS': [], # BASE_DIR / 'templates'
'DIRS': [BASE_DIR / 'templates'], # BASE_DIR / 'templates'
'APP_DIRS': True,
'OPTIONS': {
'context_processors': [