mirror of
https://gitlab.com/animath/si/plateforme-corres2math.git
synced 2025-02-14 23:01:21 +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 = [
|
TEMPLATES = [
|
||||||
{
|
{
|
||||||
'BACKEND': 'django.template.backends.django.DjangoTemplates',
|
'BACKEND': 'django.template.backends.django.DjangoTemplates',
|
||||||
'DIRS': [os.path.join(BASE_DIR, 'templates')]
|
'DIRS': [os.path.join(BASE_DIR, 'corres2math/templates')]
|
||||||
,
|
,
|
||||||
'APP_DIRS': True,
|
'APP_DIRS': True,
|
||||||
'OPTIONS': {
|
'OPTIONS': {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user