Remove Soge at signup
This commit is contained in:
parent
6348105dcd
commit
6379ee57de
5 changed files with 20 additions and 160 deletions
|
|
@ -161,12 +161,6 @@ 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 if 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