Changeset 156 for waeup_product
- Timestamp:
- 5 Nov 2005, 06:19:09 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
waeup_product/trunk/Students.py
r154 r156 67 67 if data: 68 68 content = data.getContent() 69 return " Faculty: %s, Course: %s" % (content.faculty,content.course)69 return "%s %s is studying %s" % (content.firstname,content.lastname,content.course) 70 70 return self.description 71 71
Note: See TracChangeset for help on using the changeset viewer.