Ignore:
Timestamp:
25 Aug 2011, 17:19:08 (13 years ago)
Author:
Henrik Bettermann
Message:

Add students section breadcrumb.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/src/waeup/sirp/students/browser.py

    r6626 r6629  
    8585        return self.view.application_url('students')
    8686
     87class StudentsBreadcrumb(Breadcrumb):
     88    """A breadcrumb for the students container.
     89    """
     90    grok.context(IStudentsContainer)
     91    title = u'Students'
     92
    8793class StudentsContainerPage(WAeUPPage):
    8894    """The standard view for student containers.
Note: See TracChangeset for help on using the changeset viewer.