mirror of
				https://gitlab.com/animath/si/plateforme.git
				synced 2025-11-04 15:22:26 +01:00 
			
		
		
		
	Pool tables are not orderable by teams
Signed-off-by: Emmy D'Anello <emmy.danello@animath.fr>
This commit is contained in:
		@@ -86,6 +86,7 @@ class PoolTable(tables.Table):
 | 
			
		||||
    teams = tables.Column(
 | 
			
		||||
        verbose_name=_("teams").capitalize,
 | 
			
		||||
        empty_values=(),
 | 
			
		||||
        orderable=False,
 | 
			
		||||
    )
 | 
			
		||||
 | 
			
		||||
    def render_letter(self, record):
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user