Skip to content

Commit

Permalink
When you logout from the Django admin, "TemplateSyntaxError at /admin…
Browse files Browse the repository at this point in the history
…/logout/" is thrown (Encountered unknown tag 'load'.).
  • Loading branch information
mathjazz committed Apr 22, 2012
1 parent e812bd6 commit 96e5ba4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions project/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
# apps here:
JINGO_EXCLUDE_APPS = [
'admin',
'registration',
]

# Tells the extract script what files to look for L10n in and what function
Expand Down

0 comments on commit 96e5ba4

Please sign in to comment.