mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2024-12-25 16:22:22 +00:00
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(
|
teams = tables.Column(
|
||||||
verbose_name=_("teams").capitalize,
|
verbose_name=_("teams").capitalize,
|
||||||
empty_values=(),
|
empty_values=(),
|
||||||
|
orderable=False,
|
||||||
)
|
)
|
||||||
|
|
||||||
def render_letter(self, record):
|
def render_letter(self, record):
|
||||||
|
Loading…
Reference in New Issue
Block a user