Fixed a typo.

- Legacy-Id: 12469
This commit is contained in:
Henrik Levkowetz 2016-12-07 11:29:23 +00:00
parent 8f6e51839f
commit 7d27849ee3

View file

@ -6,8 +6,9 @@
#
from settings import * # pyflakes:ignore
from settings import TEMPLATES
TEMPLAT[0]['OPTIONS']['loaders'] = (
TEMPLATES[0]['OPTIONS']['loaders'] = (
('django.template.loaders.cached.Loader', (
'django.template.loaders.filesystem.Loader',
'django.template.loaders.app_directories.Loader',