Ignore:
Timestamp:
11 Mar 2024, 11:28:19 (8 months ago)
Author:
Henrik Bettermann
Message:

Further customizations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.udss/trunk/src/kofacustom/udss/applicants/browser.py

    r17712 r17714  
    2424    ApplicantRegistrationPage, ApplicantsContainerPage)
    2525from waeup.kofa.applicants.browser import (
     26    AdditionalFile,
    2627    ApplicantDisplayFormPage,
    2728    ApplicantManageFormPage,
     
    118119        return True
    119120
     121
     122class FirsttermResult(AdditionalFile):
     123    """Renders the pdf form extension for applicants.
     124    """
     125    grok.name('firsttermresult')
     126
     127class 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.