SVN: CMF/trunk/CMFDefault/factory.py - redirect to manage_main of the new site
Yvo Schubbe <[email protected]>
| Newsgroups | gmane.comp.web.zope.cmf.cvs |
|---|---|
| Message-ID | <[email protected]> |
Log message for revision 68622:
- redirect to manage_main of the new site
Changed:
U CMF/trunk/CMFDefault/factory.py
-=-
Modified: CMF/trunk/CMFDefault/factory.py
===================================================================
--- CMF/trunk/CMFDefault/factory.py 2006-06-13 19:34:52 UTC (rev 68621)
+++ CMF/trunk/CMFDefault/factory.py 2006-06-13 19:36:04 UTC (rev 68622)
@@ -68,5 +68,5 @@
setup_tool.createSnapshot( 'initial_configuration' )
if RESPONSE is not None:
- RESPONSE.redirect( '%s/manage_main?update_menu=1'
- % dispatcher.absolute_url() )
+ RESPONSE.redirect( '%s/%s/manage_main?update_menu=1'
+ % (dispatcher.absolute_url(), site_id) )