fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
minor changes
[wolnelektury.git]
/
apps
/
catalogue
/
fields.py
diff --git
a/apps/catalogue/fields.py
b/apps/catalogue/fields.py
index
1c0eb4a
..
160167e
100644
(file)
--- a/
apps/catalogue/fields.py
+++ b/
apps/catalogue/fields.py
@@
-83,7
+83,7
@@
class JQueryAutoCompleteWidget(forms.TextInput):
if self.options:
options += ', %s' % self.options
if self.options:
options += ', %s' % self.options
- return u'$(\'#%s\').autocomplete(%s%s);' % (field_id, source, options)
+ return u'$(\'#%s\').autocomplete(%s%s)
.result(autocomplete_result_handler)
;' % (field_id, source, options)
def render(self, name, value=None, attrs=None):
final_attrs = self.build_attrs(attrs, name=name)
def render(self, name, value=None, attrs=None):
final_attrs = self.build_attrs(attrs, name=name)