Author: eallen
Date: 2008-11-11 15:15:06 -0500 (Tue, 11 Nov 2008)
New Revision: 2786
Modified:
mgmt/trunk/cumin/python/cumin/user.py
Log:
Fix exception when canceling from change password form.
Modified: mgmt/trunk/cumin/python/cumin/user.py
===================================================================
--- mgmt/trunk/cumin/python/cumin/user.py 2008-11-11 17:20:21 UTC (rev 2785)
+++ mgmt/trunk/cumin/python/cumin/user.py 2008-11-11 20:15:06 UTC (rev 2786)
@@ -142,7 +142,7 @@
def process_cancel(self, session):
branch = session.branch()
- self.page.show_main(branch).show_view(branch)
+ self.page.main.view.show(branch)
self.page.set_redirect_url(session, branch.marshal())
def process_submit(self, session):
Show replies by date