mirror of
				https://gitlab.crans.org/bde/nk20
				synced 2025-11-04 09:12:11 +01:00 
			
		
		
		
	order table of club for Pollion
This commit is contained in:
		@@ -22,6 +22,7 @@ class ClubTable(tables.Table):
 | 
			
		||||
        attrs = {
 | 
			
		||||
            'class': 'table table-condensed table-striped table-hover'
 | 
			
		||||
        }
 | 
			
		||||
        order_by = ('id',)
 | 
			
		||||
        model = Club
 | 
			
		||||
        template_name = 'django_tables2/bootstrap4.html'
 | 
			
		||||
        fields = ('id', 'name', 'email')
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user