whitespace

This commit is contained in:
David Lenwell
2013-11-01 21:09:02 -07:00
parent 0d605cbedd
commit 839ed8682b

View File

@@ -76,8 +76,8 @@ def login():
# if we are already logged in, go back to were we came from
if g.user is not None:
return redirect(oid.get_next_url())
return oid.try_login("https://login.launchpad.net/",
ask_for=['email', 'nickname'])
return oid.try_login("https://login.launchpad.net/",
ask_for=['email', 'nickname'])
@oid.after_login