fix mail doubling

timetoconfirm
Raz 7 months ago
parent 1e9ab3a8e7
commit 7ea7f4ef6c
  1. 1
      tournaments/services/tournament_registration.py

@ -383,7 +383,6 @@ class RegistrationCartManager:
# Calculate and set team weight # Calculate and set team weight
team_registration.set_weight() team_registration.set_weight()
team_registration.save()
# Update user phone if provided # Update user phone if provided
if self.request.user.is_authenticated and mobile_number: if self.request.user.is_authenticated and mobile_number:

Loading…
Cancel
Save