Oprava popisku v autocomplete
This commit is contained in:
parent
21b66be1da
commit
062b1790ec
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ class ProblemAutocomplete(autocomplete_light.AutocompleteModelBase):
|
||||||
|
|
||||||
attrs={
|
attrs={
|
||||||
# This will set the input placeholder attribute:
|
# This will set the input placeholder attribute:
|
||||||
'placeholder': u'Řešitel',
|
'placeholder': u'Problém',
|
||||||
# This will set the yourlabs.Autocomplete.minimumCharacters
|
# This will set the yourlabs.Autocomplete.minimumCharacters
|
||||||
# options, the naming conversion is handled by jQuery
|
# options, the naming conversion is handled by jQuery
|
||||||
'data-autocomplete-minimum-characters': 1,
|
'data-autocomplete-minimum-characters': 1,
|
||||||
|
|
Loading…
Reference in a new issue