mirror of
https://gitlab.com/animath/si/plateforme-corres2math.git
synced 2024-12-05 02:06:52 +00:00
Move templates in app directory
This commit is contained in:
parent
4975d4ddb7
commit
7a8d05c58a
@ -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': {
|
||||
|
Loading…
Reference in New Issue
Block a user