Pool tables are not orderable by teams
Signed-off-by: Emmy D'Anello <emmy.danello@animath.fr>
This commit is contained in:
parent
8245ba0063
commit
8c41684993
|
@ -86,6 +86,7 @@ class PoolTable(tables.Table):
|
|||
teams = tables.Column(
|
||||
verbose_name=_("teams").capitalize,
|
||||
empty_values=(),
|
||||
orderable=False,
|
||||
)
|
||||
|
||||
def render_letter(self, record):
|
||||
|
|
Loading…
Reference in New Issue