Fix import
This commit is contained in:
parent
e0254ef730
commit
ee23ec7641
|
@ -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],
|
||||
|
|
Loading…
Reference in New Issue