mirror of
https://gitlab.crans.org/bde/nk20
synced 2025-07-19 15:41:31 +02:00
Translations
This commit is contained in:
@ -25,6 +25,7 @@ class WEIForm(forms.ModelForm):
|
||||
"date_start": DatePickerInput(),
|
||||
"date_end": DatePickerInput(),
|
||||
"deposit_amount": AmountInput(),
|
||||
"fee_soge_credit": AmountInput(),
|
||||
}
|
||||
|
||||
|
||||
|
@ -39,7 +39,7 @@ class WEIClub(Club):
|
||||
)
|
||||
|
||||
fee_soge_credit = models.PositiveIntegerField(
|
||||
verbose_name=_("fee soge credit"),
|
||||
verbose_name=_("membership fee (soge credit)"),
|
||||
default=2000,
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user