nanterre: copy email on creation of individu through API

This commit is contained in:
Benjamin Dauvergne 2017-02-28 15:55:09 +01:00
parent c260e51847
commit 3ca520cf2b
1 changed files with 1 additions and 0 deletions

View File

@ -254,6 +254,7 @@ class CreateIndividu(APIView):
'genre': v['genre'],
'statut_legal': 'majeur',
'cles_de_federation': cles_de_federation,
'email': v['email'],
})
content = v['adresse'].copy()
content['adresse_inconnnue'] = False