Commit dadb3925 authored by Michal Čihař's avatar Michal Čihař

Fix check for template loader

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent c9c0180b
......@@ -205,7 +205,7 @@ def performance(request):
# Cached template loader
checks.append((
_('Cached template loader'),
'cached.Loader' in settings.TEMPLATE_LOADERS[0][0],
'cached.Loader' in loader,
'production-templates',
))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment