1
0
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:
Anders Hovmöller 2024-11-25 15:30:45 +01:00
parent 15e97be988
commit b139faab71

View File

@ -62,6 +62,7 @@ TEMPLATES = [
'django.contrib.auth.context_processors.auth',
'django.contrib.messages.context_processors.messages',
],
'multiline': True,
},
},
]