Ignore:
Timestamp:
15 Jul 2022, 11:01:24 (2 years ago)
Author:
Henrik Bettermann
Message:

Remove code column.

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  
    3131    RefereeReportDisplayFormPage,
    3232    ApplicantsContainerManageFormPage,
    33     ApplicantAddFormPage)
     33    ApplicantAddFormPage,
     34    ApplicantsRootPage)
    3435from waeup.kofa.applicants.interfaces import (
    3536    ISpecialApplicant, IApplicantsContainer, AppCatCertificateSource)
     
    145146    #'change_level',
    146147    )
     148
     149class CustomApplicantsRootPage(ApplicantsRootPage):
     150   
     151    grok.template('applicantsrootpage')
    147152
    148153class CustomApplicantsContainerPage(ApplicantsContainerPage):
Note: See TracChangeset for help on using the changeset viewer.