Ignore:
Timestamp:
2 Apr 2012, 10:14:03 (13 years ago)
Author:
Henrik Bettermann
Message:

All pages now distinguish between undergraduate and postgraduate applicants.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.custom/trunk/src/waeup/custom/applicants/interfaces.py

    r8012 r8017  
    4444    """
    4545
    46 class IUGApplicantEdit(IApplicantProcessData):
     46class IUGApplicantEdit(IUGApplicant):
    4747    """An undergraduate applicant interface for editing.
    4848
     
    5656    """
    5757
    58 class IPGApplicantEdit(IApplicantProcessData):
     58class IPGApplicantEdit(IPGApplicant):
    5959    """A postgraduate applicant interface for editing.
    6060
Note: See TracChangeset for help on using the changeset viewer.