mirror of
				https://gitlab.com/animath/si/plateforme.git
				synced 2025-11-04 00:52:03 +01:00 
			
		
		
		
	Duplicate solutions from regional tournament to final tournament after selection
Signed-off-by: Emmy D'Anello <emmy.danello@animath.fr>
This commit is contained in:
		@@ -129,7 +129,7 @@ class VolunteerRegistrationAdmin(PolymorphicChildModelAdmin):
 | 
			
		||||
 | 
			
		||||
@admin.register(Payment)
 | 
			
		||||
class PaymentAdmin(ModelAdmin):
 | 
			
		||||
    list_display = ('concerned_people', 'tournament', 'team', 'grouped', 'type', 'amount', 'valid', )
 | 
			
		||||
    list_display = ('concerned_people', 'tournament', 'team', 'grouped', 'type', 'amount', 'final', 'valid', )
 | 
			
		||||
    search_fields = ('registrations__user__last_name', 'registrations__user__first_name', 'registrations__user__email',
 | 
			
		||||
                     'registrations__team__name', 'registrations__team__participation__team__trigram',)
 | 
			
		||||
    list_filter = ('registrations__team__participation__valid', 'type',
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user