From 75315c7e3a618278d8c5c299c652aaf62041a47e Mon Sep 17 00:00:00 2001 From: Laurent Date: Sat, 22 Feb 2025 11:43:20 +0100 Subject: [PATCH] fix #3 --- tournaments/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }