- Timestamp:
- 11 Jun 2018, 07:29:33 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.nigeria/trunk/src/kofacustom/nigeria/applicants/interfaces.py
r14828 r15045 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 )39 LGASource, high_qual, high_grade, exam_types, validate_jamb_reg_number) 40 40 from kofacustom.nigeria.interfaces import MessageFactory as _ 41 41 from kofacustom.nigeria.payments.interfaces import INigeriaOnlinePayment … … 357 357 title = _(u'JAMB Registration Number'), 358 358 required = False, 359 constraint=validate_jamb_reg_number, 359 360 ) 360 361 notice = schema.Text(
Note: See TracChangeset for help on using the changeset viewer.