added login on account page
git-svn-id: http://yolanda.mister-muffin.de/svn@407 7eef14d0-6ed0-489d-bf55-20463b2d70db
This commit is contained in:
parent
136791d312
commit
da7d694038
1 changed files with 4 additions and 0 deletions
|
@ -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", {})
|
||||
|
||||
|
|
Loading…
Reference in a new issue