From 8c41684993882322813890d8053ae938290b541f Mon Sep 17 00:00:00 2001 From: Emmy D'Anello Date: Sun, 16 Apr 2023 09:25:00 +0200 Subject: [PATCH] Pool tables are not orderable by teams Signed-off-by: Emmy D'Anello --- participation/tables.py | 1 + 1 file changed, 1 insertion(+) diff --git a/participation/tables.py b/participation/tables.py index 6248a2f..8d5e9a9 100644 --- a/participation/tables.py +++ b/participation/tables.py @@ -86,6 +86,7 @@ class PoolTable(tables.Table): teams = tables.Column( verbose_name=_("teams").capitalize, empty_values=(), + orderable=False, ) def render_letter(self, record):