mirror of
				https://gitlab.com/animath/si/plateforme.git
				synced 2025-11-04 06:22:13 +01:00 
			
		
		
		
	We can select teams for the final tournament
This commit is contained in:
		@@ -67,7 +67,7 @@ class ParticipationForm(forms.ModelForm):
 | 
			
		||||
    """
 | 
			
		||||
    class Meta:
 | 
			
		||||
        model = Participation
 | 
			
		||||
        fields = ('tournament',)
 | 
			
		||||
        fields = ('tournament', 'final',)
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
class MotivationLetterForm(forms.ModelForm):
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user