X-Git-Url: https://git.llucax.com/z.facultad/75.52/sercom.git/blobdiff_plain/0517323e96a9af25ceb8acc756a8146d160d0251..4d05c0593fa8b0627b6cca3e3367d5a15d92d1fa:/sercom/widgets.py?ds=sidebyside diff --git a/sercom/widgets.py b/sercom/widgets.py index ba75c51..f333523 100644 --- a/sercom/widgets.py +++ b/sercom/widgets.py @@ -65,14 +65,16 @@ MultiSelectAjax = ''' var d = loadJSONDoc(url); d.addCallbacks(partial(_on_alumno_get_result, lista, loading), partial(_on_alumno_get_error, loading)); } - ''' class AjaxMultiSelect(widgets.MultipleSelectField): template = '''