You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a team registers as online, they will have .paid set to True. If they then change to offline, they can participate without paying.
A possible solution is to change the field to hold the value paid, and then transform .paid to a boolean property that will check the paid amount against the price of the registration.
The text was updated successfully, but these errors were encountered:
If a team registers as online, they will have .paid set to True. If they then change to offline, they can participate without paying.
A possible solution is to change the field to hold the value paid, and then transform .paid to a boolean property that will check the paid amount against the price of the registration.
The text was updated successfully, but these errors were encountered: