|
|
|
|
@ -163,7 +163,7 @@ class TournamentRegistrationService: |
|
|
|
|
'ligue_name': data.get('ligue_name'), |
|
|
|
|
'club_name': data.get('club_name'), |
|
|
|
|
'birth_year': data.get('birth_year'), |
|
|
|
|
'found': True, |
|
|
|
|
'found_in_french_federation': True, |
|
|
|
|
}) |
|
|
|
|
|
|
|
|
|
return player_data |
|
|
|
|
@ -253,7 +253,7 @@ class TournamentRegistrationService: |
|
|
|
|
'ligue_name': csv_data.get('ligue_name'), |
|
|
|
|
'club_name': csv_data.get('club_name'), |
|
|
|
|
'birth_year': csv_data.get('birth_year'), |
|
|
|
|
'found': True, |
|
|
|
|
'found_in_french_federation': True, |
|
|
|
|
'email': None, |
|
|
|
|
'phone': None, |
|
|
|
|
}) |
|
|
|
|
|