Use correct login/logout urls

This commit is contained in:
Trever Fischer
2012-03-05 01:12:10 -05:00
parent b2df6e0d64
commit dc04a313c6

View File

@@ -173,8 +173,6 @@ TEMPLATE_CONTEXT_PROCESSORS = (
"appversion.context.git_version"
)
LOGIN_URL = '/profiles/login'
LOGOUT_URL = '/profiles/logout'
LOGIN_REDIRECT_URL = '/'
APPVERSION_GIT_REPO = os.path.sep.join((os.path.dirname(__file__), '.git'))