Ignore:
Timestamp:
27 Oct 2022, 08:42:12 (2 years ago)
Author:
Henrik Bettermann
Message:

Change interface.

File:
1 edited

Legend:

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

    r17091 r17144  
    222222        required = False,
    223223        )
    224 
    225     profession = schema.ASCIILine(
    226         title = _(u'Profession'),
    227         required = False,
    228         )
    229224       
    230225    occupation = schema.ASCIILine(
     
    240235       
    241236    state_of_residence = schema.Choice(
    242         source = nats_vocab,
     237        source = StateSource(),
    243238        title = _(u'State of Residence'),
    244239        required = False,
Note: See TracChangeset for help on using the changeset viewer.