diff --git a/sco_formations.py b/sco_formations.py index 145c28d7..d2e4430e 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: