Ignore:
Timestamp:
28 Oct 2012, 20:32:23 (12 years ago)
Author:
Henrik Bettermann
Message:

Add some lgas.py
Fix test.

File:
1 edited

Legend:

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

    r9159 r9449  
    104104        source = nats_vocab,
    105105        title = _(u'Nationality'),
    106         required = False,
     106        required = True,
    107107        )
    108108    lga = schema.Choice(
     
    216216        source = nats_vocab,
    217217        title = _(u'Nationality'),
    218         required = False,
     218        required = True,
    219219        )
    220220    lga = schema.Choice(
Note: See TracChangeset for help on using the changeset viewer.