Société générale can pay BDE membership renewal (only once)
This commit is contained in:
parent
c513759515
commit
2c3127c746
3 changed files with 103 additions and 12 deletions
|
|
@ -50,6 +50,12 @@ class ClubForm(forms.ModelForm):
|
|||
|
||||
|
||||
class MembershipForm(forms.ModelForm):
|
||||
soge = forms.BooleanField(
|
||||
label=_("Inscription paid by Société Générale"),
|
||||
required=False,
|
||||
help_text=_("Check this case is the Société Générale paid the inscription."),
|
||||
)
|
||||
|
||||
credit_type = forms.ModelChoiceField(
|
||||
queryset=NoteSpecial.objects,
|
||||
label=_("Credit type"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue