Add a donation progress bar

This commit is contained in:
Trever Fischer
2012-04-21 12:41:14 -04:00
parent 9dc7d548ae
commit bf23b6f135
6 changed files with 60 additions and 0 deletions

View File

@@ -171,6 +171,7 @@ TEMPLATE_CONTEXT_PROCESSORS = (
"local.context.random_quote",
"local.context.login_form",
"local.context.forum_activity",
"local.context.donation_info",
"minecraft.context.server_info",
"appversion.context.git_version",
"messages.context_processors.inbox",