- Timestamp:
- 15 Aug 2023, 09:47:00 (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/applicants/interfaces.py
r17084 r17538 722 722 defaultFactory=list, 723 723 ) 724 jamb_reg_number = schema.TextLine( 725 title = _(u'JAMB Registration Number'), 726 required = False, 727 ) 724 728 jamb_subjects = schema.Text( 725 729 title = _(u'Subjects and Scores'), … … 743 747 # required = False, 744 748 # ) 745 jamb_reg_number = schema.TextLine( 746 title = _(u'JAMB Registration Number'), 749 course_admitted = schema.Choice( 750 title = _(u'Admitted Course of Study'), 751 source = CertificateSource(), 747 752 required = False, 748 753 ) … … 777 782 required = False, 778 783 readonly = False, 779 )780 course_admitted = schema.Choice(781 title = _(u'Admitted Course of Study'),782 source = CertificateSource(),783 required = False,784 784 ) 785 785 locked = schema.Bool(
Note: See TracChangeset for help on using the changeset viewer.