sync
Laurent 9 months ago
parent 75994cc86c
commit 83e2cac00c
  1. 2
      tournaments/views.py

@ -741,7 +741,7 @@ def my_tournaments(request):
def filter_user_tournaments(tournaments):
return [t for t in tournaments if t.team_registrations.filter(
playerregistration__licence_id__startswith=stripped_license,
player_registrations__licence_id__startswith=stripped_license,
walk_out=False
).exists()]

Loading…
Cancel
Save