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):