|
@ -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, |
|
|