diff --git a/gestion/gest_crans.py b/gestion/gest_crans.py index 62c28273..e1289d16 100755 --- a/gestion/gest_crans.py +++ b/gestion/gest_crans.py @@ -843,7 +843,7 @@ def set_blackliste(clas) : arg+= u'"- pour fin indéterminée" 2 25 "" 0 0 0 0 ' arg+= u'"Les jours de début et de fin sont inclus." 3 1 "" 0 0 0 0 ' arg+= u'"Sanction : %s" 4 1 "" 0 0 0 0 ' % t[2] - arg+= u'"Commentaire : (le login sera automatiquement ajouté)" 5 1 "%s" 6 1 52 0 ' % t[3] + arg+= u'"Commentaire : (ne pas mettre de virgule)" 5 1 "%s" 6 1 52 0 ' % t[3] annul , r = dialog(arg) if annul : return 1