|
|
|
|
@ -59,7 +59,7 @@ class PlayerRegistrationAdmin(admin.ModelAdmin): |
|
|
|
|
|
|
|
|
|
class MatchAdmin(admin.ModelAdmin): |
|
|
|
|
list_display = ['__str__', 'round', 'group_stage', 'start_date', 'index'] |
|
|
|
|
list_filter = [MatchTournamentListFilter, MatchTypeListFilter, SimpleIndexListFilter] |
|
|
|
|
list_filter = [MatchTypeListFilter, MatchTournamentListFilter, SimpleIndexListFilter] |
|
|
|
|
|
|
|
|
|
class GroupStageAdmin(admin.ModelAdmin): |
|
|
|
|
list_display = ['tournament', 'index', 'start_date'] |
|
|
|
|
|