Move the login form context out of the profiles app

This commit is contained in:
Trever Fischer
2012-03-05 00:44:45 -05:00
parent d6704d981b
commit 75cab27046
3 changed files with 5 additions and 4 deletions

View File

@@ -168,7 +168,7 @@ TEMPLATE_CONTEXT_PROCESSORS = (
"django.core.context_processors.static",
"django.contrib.messages.context_processors.messages",
"local.context.random_quote",
"profiles.context.login_form",
"local.context.login_form",
"minecraft.context.server_info",
"appversion.context.git_version"
)