]> CRI, Mines Paris - PSL - Plinn.git/blobdiff - profiles/photo/various.py
bugfix : on vérifie que le parent implémente bien l'interface d'ordonancement.
[Plinn.git] / profiles / photo / various.py
index 819cc4b55d3fa124cd6a16514a3b7d090ffd962c..e3dcb65c37a3e608528d62f596978d03ac2b412d 100644 (file)
@@ -60,11 +60,11 @@ def doActionForOrSkip(*args, **kw) :
        except WorkflowException : pass
        
 # home page
-constructOrSkip(  'Document', site, 'index_html'
-                               , title =       translate('Home')
-                               , text_format='html'
-                               , text=site.default_home_page_content())
-doActionForOrSkip(site.index_html, 'direct_publish')
+constructOrSkip(  'Document', site, 'index_html'
+#                              , title =       translate('Home')
+#                              , text_format='html'
+#                              , text=site.default_home_page_content())
+doActionForOrSkip(site.index_html, 'direct_publish')
 
 # default folders
 constructOrSkip('Plinn Folder', site, 'Members', title =       translate('Members'))