Ajout traduction formulaire
This commit is contained in:
		@@ -478,7 +478,7 @@ class FixDuplicates(Form):
 | 
			
		||||
class SelectEventInList(Form):
 | 
			
		||||
    required_css_class = 'required'
 | 
			
		||||
 | 
			
		||||
    event = ChoiceField()
 | 
			
		||||
    event = ChoiceField(label=_('Event'))
 | 
			
		||||
 | 
			
		||||
    def __init__(self, *args, **kwargs):
 | 
			
		||||
        events = kwargs.pop("events", None)
 | 
			
		||||
 
 | 
			
		||||
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
		Reference in New Issue
	
	Block a user