mirror of
https://github.com/django/django.git
synced 2025-04-01 03:56:42 +00:00
Template for new project should opt in to multiline templates
This commit is contained in:
parent
15e97be988
commit
b139faab71
@ -62,6 +62,7 @@ TEMPLATES = [
|
||||
'django.contrib.auth.context_processors.auth',
|
||||
'django.contrib.messages.context_processors.messages',
|
||||
],
|
||||
'multiline': True,
|
||||
},
|
||||
},
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user