Changeset 17387 for main/kofacustom.edocons
- Timestamp:
- 20 Apr 2023, 06:01:37 (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.edocons/trunk/src/kofacustom/edocons/applicants/interfaces.py
r17341 r17387 456 456 ) 457 457 458 #nationality = schema.Choice(459 #vocabulary = nats_vocab,460 #title = _(u'Nationality'),461 #required = False,462 #)458 nationality = schema.Choice( 459 vocabulary = nats_vocab, 460 title = _(u'Nationality'), 461 required = False, 462 ) 463 463 464 464 email = schema.ASCIILine(
Note: See TracChangeset for help on using the changeset viewer.