- Timestamp:
- 2 Apr 2012, 10:14:03 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.custom/trunk/src/waeup/custom/applicants/interfaces.py
r8012 r8017 44 44 """ 45 45 46 class IUGApplicantEdit(I ApplicantProcessData):46 class IUGApplicantEdit(IUGApplicant): 47 47 """An undergraduate applicant interface for editing. 48 48 … … 56 56 """ 57 57 58 class IPGApplicantEdit(I ApplicantProcessData):58 class IPGApplicantEdit(IPGApplicant): 59 59 """A postgraduate applicant interface for editing. 60 60
Note: See TracChangeset for help on using the changeset viewer.