- Timestamp:
- 24 Nov 2011, 05:52:34 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/students/viewlets.py
r7136 r7181 63 63 class StudentManagePaymentsLink(StudentManageLink): 64 64 grok.order(4) 65 grok.require('waeup.payStudent') 65 66 link = 'payments' 66 67 text = u'Payments' … … 68 69 class StudentManageAccommodationLink(StudentManageLink): 69 70 grok.order(5) 71 grok.require('waeup.handleAccommodation') 70 72 link = 'accommodation' 71 73 text = u'Accommodation Data'
Note: See TracChangeset for help on using the changeset viewer.