Commit 67079c9f authored by Romain Courteaud's avatar Romain Courteaud

Render form in the context of acquisition, in order to use the expected layout.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20597 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 50e82617
......@@ -147,7 +147,7 @@ class PasswordTool(BaseTool):
# redirect to form as all is ok
REQUEST.set("password_key", key)
return self.getPortalObject().reset_password_form(REQUEST=REQUEST)
return self.reset_password_form(REQUEST=REQUEST)
def removeExpiredRequests(self, **kw):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment