Changeset 8503 for main/waeup.aaue/trunk/src/waeup/aaue/applicants
- Timestamp:
- 23 May 2012, 21:27:37 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/applicants/interfaces.py
r8455 r8503 28 28 from waeup.kofa.students.vocabularies import nats_vocab 29 29 from waeup.aaue.interfaces import ( 30 lgas_vocab, high_qual, high_grade, exam_types)30 LGASource, high_qual, high_grade, exam_types) 31 31 from waeup.aaue.interfaces import MessageFactory as _ 32 32 from waeup.aaue.payments.interfaces import ICustomOnlinePayment … … 43 43 ) 44 44 lga = schema.Choice( 45 source = lgas_vocab,45 source = LGASource(), 46 46 title = _(u'State/LGA (Nigerians only)'), 47 47 required = False, … … 66 66 ) 67 67 lga = schema.Choice( 68 source = lgas_vocab,68 source = LGASource(), 69 69 title = _(u'State/LGA (Nigerians only)'), 70 70 required = False, … … 138 138 ) 139 139 nysc_lga = schema.Choice( 140 source = lgas_vocab,140 source = LGASource(), 141 141 title = _(u'Nysc Location'), 142 142 required = False,
Note: See TracChangeset for help on using the changeset viewer.