diff --git a/seminar/autocomplete_light_registry.py b/seminar/autocomplete_light_registry.py index 0b40dbcf..c82ba213 100644 --- a/seminar/autocomplete_light_registry.py +++ b/seminar/autocomplete_light_registry.py @@ -83,7 +83,7 @@ class ProblemAutocomplete(autocomplete_light.AutocompleteModelBase): attrs={ # This will set the input placeholder attribute: - 'placeholder': u'Řešitel', + 'placeholder': u'Problém', # This will set the yourlabs.Autocomplete.minimumCharacters # options, the naming conversion is handled by jQuery 'data-autocomplete-minimum-characters': 1,