Changeset 8476
- Timestamp:
- 20 May 2012, 11:38:14 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/students/viewlets.py
r8471 r8476 431 431 return self.view.url(self.view.context, self.target) 432 432 433 class S artSessionActionButton(ManageActionButton):433 class StartSessionActionButton(ManageActionButton): 434 434 grok.order(1) 435 435 grok.context(IStudentStudyCourse)
Note: See TracChangeset for help on using the changeset viewer.