- Timestamp:
- 27 Oct 2022, 08:42:12 (2 years ago)
- File:
-
- 1 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,
Note: See TracChangeset for help on using the changeset viewer.