Indentation fixes.
authorLennard de Rijk <ljvderijk@gmail.com>
Sat, 11 Apr 2009 16:00:03 +0000
changeset 2157 139cd2731412
parent 2156 0f5f68891822
child 2158 2cbadb6efe9f
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 13:42:12 2009 +0000
+++ b/app/soc/views/models/student.py	Sat Apr 11 16:00:03 2009 +0000
@@ -159,9 +159,9 @@
   @decorators.merge_params
   @decorators.check_access
   def listProjects(self, request, access_type,
-           page_name=None, params=None, **kwargs):
+                   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