mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2025-10-19 12:26:41 +02:00
Display teams
This commit is contained in:
@@ -27,6 +27,11 @@ class TournamentTable(tables.Table):
|
||||
|
||||
|
||||
class TeamTable(tables.Table):
|
||||
name = tables.LinkColumn(
|
||||
"tournament:team_detail",
|
||||
args=[A("pk")],
|
||||
)
|
||||
|
||||
class Meta:
|
||||
model = Team
|
||||
fields = ("name", "trigram", "validation_status", )
|
||||
|
Reference in New Issue
Block a user