diff --git a/tournaments/views.py b/tournaments/views.py index 79765aa..56976f7 100644 --- a/tournaments/views.py +++ b/tournaments/views.py @@ -883,7 +883,7 @@ def tournament_import_team_reg(request): 'group-stages.json': GroupStageSerializer, 'team-registrations.json': TeamRegistrationSerializer, # 'matches.json': MatchSerializer, - # 'player-registrations.json': PlayerRegistrationSerializer, + 'player-registrations.json': PlayerRegistrationSerializer, # 'team-scores.json': TeamScoreSerializer }