X-Git-Url: https://svn.cri.ensmp.fr/git/Plinn.git/blobdiff_plain/174a626682442c7b8513117e91ba6b8e956b818d..16075c08c0147a944bf014c240a86dee61eadc87:/profiles/photo/various.py?ds=sidebyside

diff --git a/profiles/photo/various.py b/profiles/photo/various.py
index 819cc4b..e3dcb65 100644
--- a/profiles/photo/various.py
+++ b/profiles/photo/various.py
@@ -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'))