- Timestamp:
- 9 Jun 2013, 05:27:51 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/applicants/browser.py
r9057 r10287 18 18 """UI components for basic applicants and related components. 19 19 """ 20 import grok 20 21 from waeup.kofa.applicants.browser import ApplicantRegistrationPage 22 from kofacustom.nigeria.applicants.browser import NigeriaApplicantEditFormPage 21 23 22 24 … … 31 33 # applicant_id=applicant_id))) 32 34 # return 35 36 class CustomApplicantEditFormPage(NigeriaApplicantEditFormPage): 37 """A full edit view for applicant data. 38 """ 39 grok.template('applicanteditpage')
Note: See TracChangeset for help on using the changeset viewer.