- Timestamp:
- 11 Mar 2024, 11:28:19 (8 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.udss/trunk/src/kofacustom/udss/applicants/browser.py
r17712 r17714 24 24 ApplicantRegistrationPage, ApplicantsContainerPage) 25 25 from waeup.kofa.applicants.browser import ( 26 AdditionalFile, 26 27 ApplicantDisplayFormPage, 27 28 ApplicantManageFormPage, … … 118 119 return True 119 120 121 122 class FirsttermResult(AdditionalFile): 123 """Renders the pdf form extension for applicants. 124 """ 125 grok.name('firsttermresult') 126 127 class BirthCertificate(AdditionalFile): 128 """Renders the pdf form extension for applicants. 129 """ 130 grok.name('birthcertificate')
Note: See TracChangeset for help on using the changeset viewer.