feat: fix thumbnails button
This commit is contained in:
@@ -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': [
|
||||
|
||||
Reference in New Issue
Block a user