Show inbox count on every page

This commit is contained in:
Trever Fischer
2012-04-21 11:28:00 -04:00
parent 37703b155f
commit 6d0378b270
2 changed files with 3 additions and 2 deletions

View File

@@ -172,7 +172,8 @@ TEMPLATE_CONTEXT_PROCESSORS = (
"local.context.login_form",
"local.context.forum_activity",
"minecraft.context.server_info",
"appversion.context.git_version"
"appversion.context.git_version",
"messages.context_processors.inbox",
)
LOGIN_REDIRECT_URL = '/'