Indentation fixes.
authorLennard de Rijk <ljvderijk@gmail.com>
Sat, 11 Apr 2009 17:40:41 +0000
changeset 2158 2cbadb6efe9f
parent 2157 139cd2731412
child 2159 a1f1eaaf458b
Indentation fixes. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
app/soc/views/models/student.py
--- a/app/soc/views/models/student.py	Sat Apr 11 16:00:03 2009 +0000
+++ b/app/soc/views/models/student.py	Sat Apr 11 17:40:41 2009 +0000
@@ -161,7 +161,7 @@
   def listProjects(self, request, access_type,
                    page_name=None, params=None, **kwargs):
     """View that lists all of the current user's Student Projects for the
-       Program given as Scope.
+    Program given as Scope.
     """
 
     from soc.views.models import student_project as project_view