mirror of
				https://gitlab.com/animath/si/plateforme.git
				synced 2025-11-04 03:42:11 +01:00 
			
		
		
		
	Better pool rendering
This commit is contained in:
		@@ -564,8 +564,7 @@ class PoolListView(LoginRequiredMixin, SingleTableView):
 | 
			
		||||
            qs = qs.filter(Q(juries=user) | Q(teams__tournament__organizers=user))
 | 
			
		||||
        elif user.participates:
 | 
			
		||||
            qs = qs.filter(teams=user.team)
 | 
			
		||||
        qs = qs.distinct().order_by('solutions__final', 'teams__tournament__date_start', 'teams__tournament__name',
 | 
			
		||||
                                    'round',)
 | 
			
		||||
        qs = qs.distinct().order_by('id')
 | 
			
		||||
        return qs
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user