Commit 7b888235 authored by Sebastien Robin's avatar Sebastien Robin

use the default view of ERP5 when we have finished to construct a new site


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@941 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ea953473
......@@ -60,7 +60,7 @@ def manage_addERP5Site(self, id, title='ERP5', description='',
email_from_address, email_from_name,
validate_email)
if RESPONSE is not None:
RESPONSE.redirect(p.absolute_url() + '/finish_portal_construction')
RESPONSE.redirect(p.absolute_url())
class ERP5Site ( CMFSite, FolderMixIn ):
"""
......
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