Fix import

This commit is contained in:
Yohann D'ANELLO 2020-05-05 06:20:40 +02:00
parent e0254ef730
commit ee23ec7641
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ class Command(BaseCommand):
"country": args[10],
"phone_number": args[11],
"school": args[12],
"student_class": args[13],
"student_class": args[13].lower().replace('premiere', 'première'),
"responsible_name": args[14],
"responsible_phone": args[15],
"responsible_email": args[16],