Ignore:
Timestamp:
17 Jun 2012, 07:09:21 (12 years ago)
Author:
Henrik Bettermann
Message:

Replace getStudent method by a 'student' attribute.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/browser/layout.py

    r8548 r8736  
    282282        """
    283283        if IStudentNavigation.providedBy(self.context):
    284             return self.context.getStudent().display_fullname
     284            return self.context.student.display_fullname
    285285        return
    286286
Note: See TracChangeset for help on using the changeset viewer.