app/soc/views/models/organization.py
changeset 2331 91379f6b8fcb
parent 2296 ebc4931f0762
child 2332 2a6071255146
--- a/app/soc/views/models/organization.py	Thu May 21 13:25:11 2009 +0200
+++ b/app/soc/views/models/organization.py	Thu May 21 14:44:41 2009 +0200
@@ -554,6 +554,8 @@
       ap_list = lists.getListContent(request, ap_params, filter, idx=0,
                                      need_content=True)
 
+      ap_list['data'].sort(key=lambda sp: sp.student.name().lower())
+      
       contents = []
 
       if ap_list: