|
|
|
|
@ -356,7 +356,7 @@ def clubs(request): |
|
|
|
|
|
|
|
|
|
clubs = Club.objects.filter( |
|
|
|
|
# events__tournaments__end_date__isnull=False, |
|
|
|
|
# events__tournaments__is_private=False |
|
|
|
|
events__tournaments__is_private=False |
|
|
|
|
).distinct().order_by('name') |
|
|
|
|
|
|
|
|
|
return render(request, 'tournaments/clubs.html', { |
|
|
|
|
|