Changeset 16844 for main/waeup.fceokene
- Timestamp:
- 28 Feb 2022, 17:26:11 (3 years ago)
- Location:
- main/waeup.fceokene/trunk/src/waeup/fceokene
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.fceokene/trunk/src/waeup/fceokene/applicants/interfaces.py
r16414 r16844 149 149 ) 150 150 151 subj_comb = schema.TextLine( 151 #subj_comb = schema.TextLine( 152 # title = _(u'Subject Combination'), 153 # required = False, 154 # readonly = False, 155 # ) 156 157 subj_comb = schema.Choice( 152 158 title = _(u'Subject Combination'), 153 required = False,154 re adonly= False,159 source = AppCatCertificateSource(), 160 required = False, 155 161 ) 156 162 -
main/waeup.fceokene/trunk/src/waeup/fceokene/utils/utils.py
r16554 r16844 76 76 'pre': 'Pre-Degree Studies', 77 77 'prence': 'Pre-NCE/Pre-Degree Programmes', 78 'tpu': 'Teaching Practice Unit Courses' 78 79 } 79 80
Note: See TracChangeset for help on using the changeset viewer.