Pool tables are not orderable by teams

Signed-off-by: Emmy D'Anello <emmy.danello@animath.fr>
This commit is contained in:
Emmy D'Anello 2023-04-16 09:25:00 +02:00
parent 8245ba0063
commit 8c41684993
Signed by: ynerant
GPG Key ID: 3A75C55819C8CF85
1 changed files with 1 additions and 0 deletions

View File

@ -86,6 +86,7 @@ class PoolTable(tables.Table):
teams = tables.Column(
verbose_name=_("teams").capitalize,
empty_values=(),
orderable=False,
)
def render_letter(self, record):