Ignore:
Timestamp:
20 Apr 2023, 06:01:37 (19 months ago)
Author:
Henrik Bettermann
Message:

Re-enable nationality.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.edocons/trunk/src/kofacustom/edocons/applicants/interfaces.py

    r17341 r17387  
    456456        )
    457457
    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        )
    463463
    464464    email = schema.ASCIILine(
Note: See TracChangeset for help on using the changeset viewer.