Commit 5ec96a3b authored by Sebastien Robin's avatar Sebastien Robin

first submission


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@1483 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent e4d2e09c
## Script (Python) "BusinessTemplate_build"
##bind container=container
##bind context=context
##bind namespace=
##bind script=script
##bind subpath=traverse_subpath
##parameters=form_id=''
##title=Build a business template
##
REQUEST=context.REQUEST
context.install()
ret_url = context.absolute_url() + '/' + form_id
qs = '?portal_status_message=Installed.'
return REQUEST.RESPONSE.redirect( ret_url + qs )
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