Display notifications on the site, and provide a ajaxy way to acknowledge them

This commit is contained in:
Trever Fischer
2012-06-08 14:53:32 -04:00
parent 60acb6b315
commit f99949cb7b
7 changed files with 60 additions and 0 deletions

View File

@@ -175,6 +175,7 @@ TEMPLATE_CONTEXT_PROCESSORS = (
"local.context.login_form",
"local.context.forum_activity",
"local.context.donation_info",
"local.context.notifications",
"local.context.javascript_uris",
"minecraft.context.server_info",
"appversion.context.git_version",