--- 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