From c3fb2644c3194871f4771bf424b07e4a2798089e Mon Sep 17 00:00:00 2001 From: Pawel Solyga Date: Fri, 22 May 2009 10:08:08 +0200 Subject: [PATCH] Comment style fix in soc.views.models.organization module. --- app/soc/views/models/organization.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/soc/views/models/organization.py b/app/soc/views/models/organization.py index 0307bd10..32f8cad5 100644 --- a/app/soc/views/models/organization.py +++ b/app/soc/views/models/organization.py @@ -554,7 +554,7 @@ class View(group.View): ap_list = lists.getListContent(request, ap_params, filter, idx=0, need_content=True) - # This is a temporary fix for sorting Student Projects + # this is a temporary fix for sorting Student Projects # by Student name until we have a view that default # sorts it self by name (right now we can't do such query) ap_list['data'].sort(key=lambda sp: sp.student.name().lower()) -- 2.11.4.GIT