Skip to content

Commit

Permalink
Merge pull request #251 from ollyg/master
Browse files Browse the repository at this point in the history
Added back in the filesystem loader which was removed with earlier pull request.
  • Loading branch information
jimi-c committed Jul 14, 2012
2 parents 211ea57 + 1cc2c6f commit 7291005
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
)
else:
TEMPLATE_LOADERS = (
'django.template.loaders.filesystem.Loader',
'django.template.loaders.app_directories.Loader',
)

Expand Down

0 comments on commit 7291005

Please sign in to comment.