Ignore:
Timestamp:
2 May 2020, 20:07:43 (4 years ago)
Author:
Henrik Bettermann
Message:

Implement transcript applications.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.uniben/trunk/src/waeup/uniben/applicants/applicant.py

    r11785 r16078  
    2424from waeup.uniben.applicants.interfaces import(
    2525    ICustomApplicant, ICustomUGApplicantEdit, ICustomPGApplicantEdit,
    26     IPUTMEApplicantEdit)
     26    IPUTMEApplicantEdit, ITranscriptApplicant)
    2727
    2828class CustomApplicant(NigeriaApplicant):
    2929
    3030    grok.implements(ICustomApplicant, ICustomUGApplicantEdit,
    31         ICustomPGApplicantEdit, IPUTMEApplicantEdit)
     31        ICustomPGApplicantEdit, IPUTMEApplicantEdit, ITranscriptApplicant)
    3232    grok.provides(ICustomApplicant)
    3333
Note: See TracChangeset for help on using the changeset viewer.