Changeset 11840 for main/kofacustom.pcn/trunk/src/kofacustom/pcn/applicants
- Timestamp:
- 14 Oct 2014, 10:28:24 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.pcn/trunk/src/kofacustom/pcn/applicants/browser.py
r11832 r11840 21 21 from waeup.kofa.applicants.browser import ( 22 22 ApplicantRegistrationPage, ApplicantsContainerPage) 23 from waeup.kofa.applicants.viewlets import ( 24 StudentCreateActionButton, 25 ApplicantsRootCreateStudentsActionButton 26 ) 23 27 from kofacustom.pcn.interfaces import MessageFactory as _ 24 28 29 class StudentCreateActionButton(StudentCreateActionButton): 30 31 @property 32 def target_url(self): 33 """Get a URL to the target... 34 """ 35 return 36 37 class ApplicantsRootCreateStudentsActionButton(ApplicantsRootCreateStudentsActionButton): 38 39 @property 40 def target_url(self): 41 """Get a URL to the target... 42 """ 43 return
Note: See TracChangeset for help on using the changeset viewer.