mirror of
https://gitlab.com/animath/si/plateforme-corres2math.git
synced 2025-06-21 10:38:22 +02:00
Move templates in app directory
This commit is contained in:
@ -89,7 +89,7 @@ LOGIN_REDIRECT_URL = "index"
|
||||
TEMPLATES = [
|
||||
{
|
||||
'BACKEND': 'django.template.backends.django.DjangoTemplates',
|
||||
'DIRS': [os.path.join(BASE_DIR, 'templates')]
|
||||
'DIRS': [os.path.join(BASE_DIR, 'corres2math/templates')]
|
||||
,
|
||||
'APP_DIRS': True,
|
||||
'OPTIONS': {
|
||||
|
Reference in New Issue
Block a user