Browse Source

Oprava popisku v autocomplete

remotes/origin/feincms^2
Bc. Petr Pecha 9 years ago
parent
commit
062b1790ec
  1. 2
      seminar/autocomplete_light_registry.py

2
seminar/autocomplete_light_registry.py

@ -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…
Cancel
Save