syntax fix

This commit is contained in:
Serghei Mihai 2014-05-24 14:15:51 +02:00
parent 8a3695ab66
commit 4da42265cb
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ MIDDLEWARE_CLASSES = (
TEMPLATE_LOADERS = (
'entrouvert.djommon.multitenant.template_loader.FilesystemLoader'
'entrouvert.djommon.multitenant.template_loader.FilesystemLoader',
'django.template.loaders.filesystem.Loader',
'django.template.loaders.app_directories.Loader',
)