- Timestamp:
- 9 Sep 2014, 07:24:35 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kwarapoly/trunk/src/waeup/kwarapoly/applicants/interfaces.py
r10844 r11792 56 56 'screening_venue', 57 57 'screening_date', 58 'jamb_age', 58 59 'jamb_subjects', 59 60 'jamb_score', … … 203 204 required = False, 204 205 ) 206 jamb_age = schema.Int( 207 title = _(u'Age (provided by JAMB)'), 208 required = False, 209 ) 205 210 notice = schema.Text( 206 211 title = _(u'Notice'),
Note: See TracChangeset for help on using the changeset viewer.