- Timestamp:
- 21 Nov 2020, 14:31:21 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/applicants/browser.py
r16281 r16328 29 29 ApplicantRegistrationPage, ApplicantsContainerPage, AdditionalFile, 30 30 RefereeReportAddFormPage, ExportPDFReportSlipPage, ExportPDFReportSlipPage2, 31 RefereeReportDisplayFormPage) 31 RefereeReportDisplayFormPage, 32 ApplicantsContainerManageFormPage) 32 33 from waeup.kofa.applicants.interfaces import ( 33 34 ISpecialApplicant, IApplicantsContainer, AppCatCertificateSource) … … 151 152 'startdate', 'enddate') 152 153 return form_fields 154 155 class CustomApplicantsContainerManageFormPage(ApplicantsContainerManageFormPage): 156 157 max_applicants = 3000 153 158 154 159 class CustomApplicantDisplayFormPage(NigeriaApplicantDisplayFormPage):
Note: See TracChangeset for help on using the changeset viewer.