Changeset 3481 for WAeUP_SRP/base/Students.py
- Timestamp:
- 1 May 2008, 05:53:28 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/base/Students.py
r3473 r3481 666 666 def createSubObjects(self): 667 667 """make the student a member""" 668 dp = {'Title': 'Personal Data'}668 #dp = {'Title': 'Personal Data'} 669 669 app_doc = self.application.getContent() 670 670 names = app_doc.jamb_lastname.split() … … 898 898 # return "%s" % ce.Title 899 899 # return "No course with id %s" % cid 900 900 901 901 InitializeClass(StudentCourseResult) 902 902
Note: See TracChangeset for help on using the changeset viewer.