diff --git a/rp_meyzieu/filters/portail_famille_ecitiz.py b/rp_meyzieu/filters/portail_famille_ecitiz.py index 0eceba5..a6a1ba8 100644 --- a/rp_meyzieu/filters/portail_famille_ecitiz.py +++ b/rp_meyzieu/filters/portail_famille_ecitiz.py @@ -17,7 +17,7 @@ def associate(env, values, request, response): logger.warning('Filter portail_famille_ecitiz.associate: change form action failed !') response.msg = response.msg.replace('', '') response.msg = response.msg.replace('Connexion', 'Association') - sub = re.subn(r'', '', + sub = re.subn(r'', '', response.msg) response.msg = sub[0] if sub[1] != 1: