Style fixes in StudentProject View.
authorLennard de Rijk <ljvderijk@gmail.com>
Thu, 30 Jul 2009 10:54:09 +0200
changeset 2693 7bda04a2b6c3
parent 2692 b57572c43b32
child 2694 b8f083157e33
Style fixes in StudentProject View.
app/soc/views/models/student_project.py
--- a/app/soc/views/models/student_project.py	Thu Jul 30 10:53:03 2009 +0200
+++ b/app/soc/views/models/student_project.py	Thu Jul 30 10:54:09 2009 +0200
@@ -381,7 +381,7 @@
     gps_params['list_info'] = (
         list_info.getProjectSurveyInfoForProject(entity, gps_params), None)
 
-    #list all surveys for this Project's Program
+    # list all surveys for this Project's Program
     fields['scope_path'] = entity.program.key().id_or_name()
     gps_params['list_description'] = \
         'List of all Mentor Evaluations for this Project'
@@ -402,7 +402,7 @@
         'List of all Student Evaluations for this Project'
     ps_params['list_action'] = None
 
-    #list all surveys for this Project's Program
+    # list all surveys for this Project's Program
     fields['scope_path'] = entity.program.key().id_or_name()
     ps_list = lists.getListContent(
         request, ps_params, fields, idx=1)
@@ -597,7 +597,7 @@
     failed_list = list_info.setStudentProjectSurveyInfo(failed_list,
                                                         org_entity.scope)
 
-    #list all completed projects
+    # list all completed projects
     fields['status'] = 'completed'
     completed_params = list_params.copy()
     completed_params['list_description'] = ('List of %(name_plural)s that have '