- Timestamp:
- 21 Dec 2015, 15:03:46 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.nigeria/trunk/src/kofacustom/nigeria/applicants/interfaces.py
r13554 r13555 216 216 """ 217 217 218 programme_type = schema.Choice(219 title = _(u'Programme Type'),220 vocabulary = programme_types_vocab,221 required = False,222 )223 224 218 nationality = schema.Choice( 225 219 source = nats_vocab, … … 246 240 required = False, 247 241 ) 242 243 programme_type = schema.Choice( 244 title = _(u'Programme Type'), 245 vocabulary = programme_types_vocab, 246 required = False, 247 ) 248 248 249 hq_type = schema.Choice( 249 250 title = _(u'Qualification Obtained'),
Note: See TracChangeset for help on using the changeset viewer.