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