diff mbox

[Branch,~linaro-validation/lava-server/trunk] Rev 327: Fix variable name

Message ID 20111129200213.19830.98259.launchpad@ackee.canonical.com
State Accepted
Headers show

Commit Message

Zygmunt Krynicki Nov. 29, 2011, 8:02 p.m. UTC
------------------------------------------------------------
revno: 327
committer: Zygmunt Krynicki <zygmunt.krynicki@linaro.org>
branch nick: lava-server
timestamp: Tue 2011-11-29 16:23:04 +0100
message:
  Fix variable name
modified:
  lava_server/settings/debian.py


--
lp:lava-server
https://code.launchpad.net/~linaro-validation/lava-server/trunk

You are subscribed to branch lp:lava-server.
To unsubscribe from this branch go to https://code.launchpad.net/~linaro-validation/lava-server/trunk/+edit-subscription
diff mbox

Patch

=== modified file 'lava_server/settings/debian.py'
--- lava_server/settings/debian.py	2011-11-29 15:14:01 +0000
+++ lava_server/settings/debian.py	2011-11-29 15:23:04 +0000
@@ -66,7 +66,7 @@ 
 SEND_BROKEN_LINK_EMAILS = debian_settings.SEND_BROKEN_LINK_EMAILS
 
 # URL of the login page 
-LOGIN_URL = debian_settings.LOGIN_REDIRECT_URL
+LOGIN_URL = debian_settings.LOGIN_URL
 
 # URL of the page you get redirected to after logging in
 LOGIN_REDIRECT_URL = debian_settings.LOGIN_REDIRECT_URL