mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-05 01:16:27 +00:00
Ajout du champ mail lors de la création d'un club
This commit is contained in:
parent
7e0d5fdbce
commit
aff96b6541
1 changed files with 2 additions and 0 deletions
|
@ -429,6 +429,7 @@ class ClubForm(FormRevMixin, FieldPermissionFormMixin, ModelForm):
|
||||||
self.fields['surname'].label = _("Name")
|
self.fields['surname'].label = _("Name")
|
||||||
self.fields['school'].label = _("School")
|
self.fields['school'].label = _("School")
|
||||||
self.fields['comment'].label = _("Comment")
|
self.fields['comment'].label = _("Comment")
|
||||||
|
self.fields['email'].label = _("Email Address")
|
||||||
if 'room' in self.fields:
|
if 'room' in self.fields:
|
||||||
self.fields['room'].label = _("Room")
|
self.fields['room'].label = _("Room")
|
||||||
self.fields['room'].empty_label = _("No room")
|
self.fields['room'].empty_label = _("No room")
|
||||||
|
@ -444,6 +445,7 @@ class ClubForm(FormRevMixin, FieldPermissionFormMixin, ModelForm):
|
||||||
'comment',
|
'comment',
|
||||||
'room',
|
'room',
|
||||||
'telephone',
|
'telephone',
|
||||||
|
'email',
|
||||||
'shell',
|
'shell',
|
||||||
'mailing'
|
'mailing'
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue