diff --git a/common/settings.py b/common/settings.py index 9d5b421..fc94cf3 100644 --- a/common/settings.py +++ b/common/settings.py @@ -125,7 +125,7 @@ STUDENT_IMPORT_MAPPING = { 'Localité élève': 'city', # pcode is separated from city in prepare_import 'Tél. élève': 'tel', 'Natel élève': 'mobile', - 'Email élève': 'email', + 'Email RPN élève': 'email', 'Date nais. élève': 'birth_date', 'Classe': 'klass', }