- Timestamp:
- 9 Jul 2019, 06:09:29 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.nigeria/trunk/src/kofacustom/nigeria/applicants/interfaces.py
r15472 r15489 37 37 from waeup.kofa.students.vocabularies import nats_vocab, GenderSource 38 38 from kofacustom.nigeria.interfaces import ( 39 LGASource, high_qual, high_grade, exam_types, validate_jamb_reg_number) 39 LGASource, DisabilitiesSource, 40 high_qual, high_grade, exam_types, validate_jamb_reg_number) 40 41 from kofacustom.nigeria.interfaces import MessageFactory as _ 41 42 from kofacustom.nigeria.payments.interfaces import INigeriaOnlinePayment … … 270 271 """ 271 272 273 disabilities = schema.Choice( 274 title = _(u'Disabilities'), 275 source = DisabilitiesSource(), 276 required = False, 277 ) 272 278 nationality = schema.Choice( 273 279 source = nats_vocab,
Note: See TracChangeset for help on using the changeset viewer.