From c8a7943566a87d51e28ecccc1620099d818da162 Mon Sep 17 00:00:00 2001 From: aurelien Date: Wed, 26 May 2021 11:23:09 +0200 Subject: [PATCH] oublie d'un caractere... --- sco_formations.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sco_formations.py b/sco_formations.py index c90bf756..ceaf60cf 100644 --- a/sco_formations.py +++ b/sco_formations.py @@ -242,7 +242,7 @@ def formation_list_table(context, formation_id=None, args={}, REQUEST=None): for s in f["sems"] ] + [ - 'ajouter' + 'ajouter' % (f["acronyme"], f["formation_id"]) ] )