1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-07-18 07:10:18 +02:00

Translations

This commit is contained in:
Ehouarn
2025-07-15 18:23:40 +02:00
parent 852651d126
commit a273dc3eef
5 changed files with 867 additions and 1886 deletions

View File

@ -25,6 +25,7 @@ class WEIForm(forms.ModelForm):
"date_start": DatePickerInput(),
"date_end": DatePickerInput(),
"deposit_amount": AmountInput(),
"fee_soge_credit": AmountInput(),
}