From 088ba626f792bedee993fa7b736e49d674022768 Mon Sep 17 00:00:00 2001 From: Aurelien PLANCKE Date: Fri, 21 May 2021 13:26:16 +0200 Subject: [PATCH] correction string manquant pour ID bouttonFormation --- sco_formations.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sco_formations.py b/sco_formations.py index d2e4430e..ae1cd8d6 100644 --- a/sco_formations.py +++ b/sco_formations.py @@ -260,14 +260,14 @@ def formation_list_table(context, formation_id=None, args={}, REQUEST=None): if editable and not locked: but_suppr = ( '%s' - % (f["formation_id"], suppricon) + % (f["formation_id"],f["formation_id"], suppricon) ) else: but_suppr = '' if editable: but_edit = ( '%s' - % (f["formation_id"], editicon) + % (f["formation_id"],f["formation_id"], editicon) ) else: but_edit = ''