From 7ea7f4ef6cdf0090056073f1f96f29fefd978fbc Mon Sep 17 00:00:00 2001 From: Raz Date: Wed, 16 Apr 2025 16:59:06 +0200 Subject: [PATCH] fix mail doubling --- tournaments/services/tournament_registration.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tournaments/services/tournament_registration.py b/tournaments/services/tournament_registration.py index c919924..91d90ea 100644 --- a/tournaments/services/tournament_registration.py +++ b/tournaments/services/tournament_registration.py @@ -383,7 +383,6 @@ class RegistrationCartManager: # Calculate and set team weight team_registration.set_weight() - team_registration.save() # Update user phone if provided if self.request.user.is_authenticated and mobile_number: