Changeset 17024 for main/kofacustom.iuokada/trunk
- Timestamp:
- 15 Jul 2022, 11:01:24 (2 years ago)
- Location:
- main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/applicants
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/applicants/browser.py
r16961 r17024 31 31 RefereeReportDisplayFormPage, 32 32 ApplicantsContainerManageFormPage, 33 ApplicantAddFormPage) 33 ApplicantAddFormPage, 34 ApplicantsRootPage) 34 35 from waeup.kofa.applicants.interfaces import ( 35 36 ISpecialApplicant, IApplicantsContainer, AppCatCertificateSource) … … 145 146 #'change_level', 146 147 ) 148 149 class CustomApplicantsRootPage(ApplicantsRootPage): 150 151 grok.template('applicantsrootpage') 147 152 148 153 class CustomApplicantsContainerPage(ApplicantsContainerPage):
Note: See TracChangeset for help on using the changeset viewer.