Skip to content

Commit 7d27849

Browse files
committed
Fixed a typo.
- Legacy-Id: 12469
1 parent 8f6e518 commit 7d27849

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

ietf/settings_testcrawl.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@
66
#
77

88
from settings import * # pyflakes:ignore
9+
from settings import TEMPLATES
910

10-
TEMPLAT[0]['OPTIONS']['loaders'] = (
11+
TEMPLATES[0]['OPTIONS']['loaders'] = (
1112
('django.template.loaders.cached.Loader', (
1213
'django.template.loaders.filesystem.Loader',
1314
'django.template.loaders.app_directories.Loader',

0 commit comments

Comments
 (0)