Make the petition system a bit more usable and visible

This commit is contained in:
Trever Fischer
2012-06-07 16:54:59 -04:00
parent d776b7bd1c
commit 7f710bd049
8 changed files with 59 additions and 0 deletions

View File

@@ -178,6 +178,7 @@ TEMPLATE_CONTEXT_PROCESSORS = (
"minecraft.context.server_info",
"appversion.context.git_version",
"messages.context_processors.inbox",
"petition.context.open_petitions",
)
LOGIN_REDIRECT_URL = '/'