Changeset 6870
- Timestamp:
- 11 Oct 2011, 06:25:57 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/students/browser.py
r6869 r6870 103 103 title = u'Payments' 104 104 105 class OnlinePaymentBreadcrumb(Breadcrumb): 106 """A breadcrumb for course lists. 107 """ 108 grok.context(IOnlinePayment) 109 110 @property 111 def title(self): 112 return self.context.p_id 113 105 114 class AccommodationBreadcrumb(Breadcrumb): 106 115 """A breadcrumb for the student accommodation folder.
Note: See TracChangeset for help on using the changeset viewer.