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", {})