walidacja formularza
This commit is contained in:
parent
e36992bc3f
commit
6eb98b1b22
Binary file not shown.
@ -8,8 +8,8 @@ class ClientForm(ModelForm):
|
||||
class Meta:
|
||||
model = Client
|
||||
fields = '__all__'
|
||||
labels = {
|
||||
'id_number': _('Numer dowodu: '),
|
||||
'name': _('Imię: '),
|
||||
'surname': _('Nazwisko: ')
|
||||
}
|
||||
labels = {
|
||||
'id_number': 'Numer dowodu: ',
|
||||
'name': 'Imię: ',
|
||||
'surname': 'Nazwisko: '
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user