From 062b1790ecf1786a97696344968576faf3fa52b9 Mon Sep 17 00:00:00 2001 From: "Bc. Petr Pecha" Date: Sun, 7 Jun 2015 08:21:27 +0200 Subject: [PATCH] Oprava popisku v autocomplete --- seminar/autocomplete_light_registry.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,