From 6ba5eb9fdebbceca5d0f8b0d2cca7e5a080204c3 Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Fri, 17 Feb 2017 15:44:30 +0100 Subject: [PATCH] Import student email from another column --- common/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', }