Import student email from another column

This commit is contained in:
Claude Paroz 2017-02-17 15:44:30 +01:00
parent ef08243c40
commit 6ba5eb9fde

View file

@ -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',
}