Changeset 8503 for main/waeup.aaue/trunk/src/waeup/aaue/students
- Timestamp:
- 23 May 2012, 21:27:37 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/students/interfaces.py
r8455 r8503 30 30 nats_vocab, contextual_reg_num_source) 31 31 from waeup.aaue.interfaces import ( 32 lgas_vocab, high_qual, high_grade, exam_types)32 high_qual, high_grade, exam_types, LGASource) 33 33 from waeup.aaue.interfaces import MessageFactory as _ 34 34 from waeup.aaue.payments.interfaces import ICustomOnlinePayment 35 from waeup.aaue.utils.lgas import LGAS 36 35 37 36 38 class ICustomStudentBase(IStudentBase): … … 77 79 78 80 lga = schema.Choice( 79 source = lgas_vocab,81 source = LGASource(), 80 82 title = _(u'State/LGA (Nigerians only)'), 81 83 required = False, … … 269 271 270 272 nysc_lga = schema.Choice( 271 source = lgas_vocab,273 source = LGASource(), 272 274 title = _(u'Nysc Location'), 273 275 required = False,
Note: See TracChangeset for help on using the changeset viewer.