From c90959b27d4221714d08b8c0a64ec75bf99b9010 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Benoi=CC=82t=20Pin?= Date: Tue, 7 May 2013 22:59:35 +0200 Subject: [PATCH 1/1] =?utf8?q?constructOrSkip=20est=20mis=20en=20stand-by?= =?utf8?q?=20:=20probl=C3=A8mes=20d'acquisition=20=C3=A0=20r=C3=A9soudre?= =?utf8?q?=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- profiles/photo/various.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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')) -- 2.20.1