From da7d694038225c1074564c38b067d1bd0390e184 Mon Sep 17 00:00:00 2001 From: erlehmann Date: Tue, 9 Dec 2008 20:09:36 +0000 Subject: [PATCH] added login on account page git-svn-id: http://yolanda.mister-muffin.de/svn@407 7eef14d0-6ed0-489d-bf55-20463b2d70db --- trunk/yolanda/controllers/account.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/trunk/yolanda/controllers/account.py b/trunk/yolanda/controllers/account.py index 674dc44..3d4108f 100644 --- a/trunk/yolanda/controllers/account.py +++ b/trunk/yolanda/controllers/account.py @@ -5,6 +5,10 @@ from openid.consumer.consumer import Consumer, SUCCESS, FAILURE, DiscoveryFailur log = logging.getLogger(__name__) class AccountController(BaseController): + + def index(self): + return render('/xhtml/account.mako') + def __before__(self): self.openid_session = session.get("openid_session", {})