Ignore:
Timestamp:
2 May 2022, 09:41:07 (3 years ago)
Author:
Henrik Bettermann
Message:

course_admitted must be editable.

File:
1 edited

Legend:

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

    r16858 r16945  
    582582        )
    583583
     584    course_admitted = schema.Choice(
     585        title = _(u'Admitted Course of Study'),
     586        source = CertificateSource(),
     587        required = False,
     588        )
     589
    584590class ICustomUGApplicant(IApplicantBaseData, IBankAccount):
    585591    """An undergraduate applicant.
Note: See TracChangeset for help on using the changeset viewer.