app/soc/views/models/student_project.py
changeset 2707 ffabb3576744
parent 2705 0b38d59d958f
child 2711 4df8c11c36cb
--- a/app/soc/views/models/student_project.py	Sat Aug 01 15:55:33 2009 -0700
+++ b/app/soc/views/models/student_project.py	Sat Aug 01 16:22:10 2009 -0700
@@ -243,7 +243,7 @@
   @decorators.check_access
   def withdraw(self, request, access_type,
                       page_name=None, params=None, **kwargs):
-    """View that allows Program Admins to withdraw Students.
+    """View that allows Program Admins to accept or withdraw Students.
 
     For params see base.View().public()
     """
@@ -308,7 +308,7 @@
   @decorators.check_access
   def acceptProject(self, request, access_type,
                       page_name=None, params=None, **kwargs):
-    """View that allows Program Admins to withdraw Students.
+    """View that allows Program Admins to accept Students.
 
     For params see base.View().public()