Changeset 8736 for main/waeup.kofa/trunk/src/waeup/kofa/browser/layout.py
- Timestamp:
- 17 Jun 2012, 07:09:21 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/browser/layout.py
r8548 r8736 282 282 """ 283 283 if IStudentNavigation.providedBy(self.context): 284 return self.context. getStudent().display_fullname284 return self.context.student.display_fullname 285 285 return 286 286
Note: See TracChangeset for help on using the changeset viewer.