mirror of
https://gitlab.crans.org/bde/nk20
synced 2025-02-24 17:11:18 +00:00
Compare commits
2 Commits
0234f19a33
...
a0b920ac94
Author | SHA1 | Date | |
---|---|---|---|
a0b920ac94 | |||
ab2e580e68 |
@ -46,7 +46,8 @@ class SignUpForm(UserCreationForm):
|
|||||||
|
|
||||||
class DeclareSogeAccountOpenedForm(forms.Form):
|
class DeclareSogeAccountOpenedForm(forms.Form):
|
||||||
soge_account = forms.BooleanField(
|
soge_account = forms.BooleanField(
|
||||||
label=_("I declare that I opened a bank account in the Société générale with the BDE partnership."),
|
label=_("I declare that I opened or I will open soon a bank account in the Société générale with the BDE \
|
||||||
|
partnership."),
|
||||||
help_text=_("Warning: this engages you to open your bank account. If you finally decides to don't open your "
|
help_text=_("Warning: this engages you to open your bank account. If you finally decides to don't open your "
|
||||||
"account, you will have to pay the BDE membership."),
|
"account, you will have to pay the BDE membership."),
|
||||||
required=False,
|
required=False,
|
||||||
|
@ -432,6 +432,7 @@ class SogeCredit(models.Model):
|
|||||||
# was opened after the validation of the account.
|
# was opened after the validation of the account.
|
||||||
self.credit_transaction.valid = False
|
self.credit_transaction.valid = False
|
||||||
self.credit_transaction.reason += " (invalide)"
|
self.credit_transaction.reason += " (invalide)"
|
||||||
|
self.credit_transaction._force_save = True
|
||||||
self.credit_transaction.save()
|
self.credit_transaction.save()
|
||||||
super().delete(**kwargs)
|
super().delete(**kwargs)
|
||||||
|
|
||||||
|
@ -1913,10 +1913,10 @@ msgstr "Cet email est déjà pris."
|
|||||||
|
|
||||||
#: apps/registration/forms.py:49
|
#: apps/registration/forms.py:49
|
||||||
msgid ""
|
msgid ""
|
||||||
"I declare that I opened a bank account in the Société générale with the BDE "
|
"I declare that I opened or I will open soon a bank account in the Société générale with the BDE "
|
||||||
"partnership."
|
"partnership."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Je déclare avoir ouvert un compte à la société générale avec le partenariat "
|
"Je déclare avoir ouvert ou ouvrir prochainement un compte à la société générale avec le partenariat "
|
||||||
"du BDE."
|
"du BDE."
|
||||||
|
|
||||||
#: apps/registration/forms.py:50
|
#: apps/registration/forms.py:50
|
||||||
|
Loading…
x
Reference in New Issue
Block a user