From 0817977eab26a2753d8dba80ff0b5809eef03712 Mon Sep 17 00:00:00 2001 From: Aurelien PLANCKE Date: Fri, 21 May 2021 13:25:01 +0200 Subject: [PATCH] AJout ID bouttonFormation --- sco_formations.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sco_formations.py b/sco_formations.py index 145c28d73..d2e4430e9 100644 --- a/sco_formations.py +++ b/sco_formations.py @@ -259,14 +259,14 @@ def formation_list_table(context, formation_id=None, args={}, REQUEST=None): but_locked = '' if editable and not locked: but_suppr = ( - '%s' + '%s' % (f["formation_id"], suppricon) ) else: but_suppr = '' if editable: but_edit = ( - '%s' + '%s' % (f["formation_id"], editicon) ) else: