X-Git-Url: https://scm.cri.mines-paristech.fr/git/Plinn.git/blobdiff_plain/174a626682442c7b8513117e91ba6b8e956b818d..82ad0f611591cabc8e33382fd127f232425c926b:/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'))