Changeset 17144 for main/kofacustom.lpng
- Timestamp:
- 27 Oct 2022, 08:42:12 (2 years ago)
- Location:
- main/kofacustom.lpng/trunk/src/kofacustom/lpng/applicants
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.lpng/trunk/src/kofacustom/lpng/applicants/interfaces.py
r17091 r17144 222 222 required = False, 223 223 ) 224 225 profession = schema.ASCIILine(226 title = _(u'Profession'),227 required = False,228 )229 224 230 225 occupation = schema.ASCIILine( … … 240 235 241 236 state_of_residence = schema.Choice( 242 source = nats_vocab,237 source = StateSource(), 243 238 title = _(u'State of Residence'), 244 239 required = False, -
main/kofacustom.lpng/trunk/src/kofacustom/lpng/applicants/states.csv
r17132 r17144 13 13 s13,Ekiti 14 14 s14,Enugu 15 s15,Federal Capital Territory 15 s15,Federal Capital Territory (Abuja) 16 16 s16,Gombe 17 17 s17,Imo
Note: See TracChangeset for help on using the changeset viewer.