- Timestamp:
- 28 Oct 2012, 20:32:23 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.nigeria/trunk/src/kofacustom/nigeria/applicants/interfaces.py
r9159 r9449 104 104 source = nats_vocab, 105 105 title = _(u'Nationality'), 106 required = False,106 required = True, 107 107 ) 108 108 lga = schema.Choice( … … 216 216 source = nats_vocab, 217 217 title = _(u'Nationality'), 218 required = False,218 required = True, 219 219 ) 220 220 lga = schema.Choice(
Note: See TracChangeset for help on using the changeset viewer.