Skip to content
Commits on Source (1)
......@@ -110,7 +110,6 @@ class Command(ImportCommand):
"phone_number": row['tel'],
"address": row['adresse'],
"paid": row['normalien'],
"section": row["section"],
"registration_valid": True,
"email_confirmed": True,
}
......