Republika -> republika
This commit is contained in:
parent
76591c9916
commit
ddb3a984b8
1 changed files with 2 additions and 2 deletions
|
@ -159,8 +159,8 @@ class ProfileEditForm(forms.Form):
|
|||
mesto = forms.CharField(label='Město', max_length=256, required=False)
|
||||
psc = forms.CharField(label='PSČ', max_length=32, required=False)
|
||||
stat = forms.ChoiceField(label='Stát',
|
||||
choices = (('CZ', 'Česká Republika'),
|
||||
('SK', 'Slovenská Republika'),
|
||||
choices = (('CZ', 'Česká republika'),
|
||||
('SK', 'Slovenská republika'),
|
||||
('other', 'Jiné')),
|
||||
required=False)
|
||||
stat_text = forms.CharField(label='Stát', max_length=256, required=False)
|
||||
|
|
Loading…
Reference in a new issue