|
|
|
@ -355,7 +355,7 @@ def clubs(request): |
|
|
|
# clubs.append(club) |
|
|
|
# clubs.append(club) |
|
|
|
|
|
|
|
|
|
|
|
clubs = Club.objects.filter( |
|
|
|
clubs = Club.objects.filter( |
|
|
|
events__tournaments__end_date__isnull=False, |
|
|
|
# events__tournaments__end_date__isnull=False, |
|
|
|
events__tournaments__is_private=False |
|
|
|
events__tournaments__is_private=False |
|
|
|
).distinct().order_by('name') |
|
|
|
).distinct().order_by('name') |
|
|
|
|
|
|
|
|
|
|
|
|