Changeset 6629 for main/waeup.sirp
- Timestamp:
- 25 Aug 2011, 17:19:08 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/students/browser.py
r6626 r6629 85 85 return self.view.application_url('students') 86 86 87 class StudentsBreadcrumb(Breadcrumb): 88 """A breadcrumb for the students container. 89 """ 90 grok.context(IStudentsContainer) 91 title = u'Students' 92 87 93 class StudentsContainerPage(WAeUPPage): 88 94 """The standard view for student containers.
Note: See TracChangeset for help on using the changeset viewer.