# HG changeset patch
# User Lennard de Rijk <ljvderijk@gmail.com>
# Date 1248944049 -7200
# Node ID 7bda04a2b6c35ecb2ddeb6b92c547343761c1ce0
# Parent  b57572c43b32a87957d9d43a4a1fb149574d667a
Style fixes in StudentProject View.

diff -r b57572c43b32 -r 7bda04a2b6c3 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 '