|
|
|
@ -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: |
|
|
|
|