1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-06-21 01:48:21 +02:00

Société générale can pay BDE membership renewal (only once)

This commit is contained in:
Yohann D'ANELLO
2020-04-05 22:35:56 +02:00
parent c513759515
commit 2c3127c746
3 changed files with 103 additions and 12 deletions

View File

@ -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"),