Ignore:
Timestamp:
9 Jul 2019, 06:09:29 (5 years ago)
Author:
Henrik Bettermann
Message:

Add disabilites field.

File:
1 edited

Legend:

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

    r15472 r15489  
    3737from waeup.kofa.students.vocabularies import nats_vocab, GenderSource
    3838from kofacustom.nigeria.interfaces import (
    39     LGASource, high_qual, high_grade, exam_types, validate_jamb_reg_number)
     39    LGASource, DisabilitiesSource,
     40    high_qual, high_grade, exam_types, validate_jamb_reg_number)
    4041from kofacustom.nigeria.interfaces import MessageFactory as _
    4142from kofacustom.nigeria.payments.interfaces import INigeriaOnlinePayment
     
    270271    """
    271272
     273    disabilities = schema.Choice(
     274        title = _(u'Disabilities'),
     275        source = DisabilitiesSource(),
     276        required = False,
     277        )
    272278    nationality = schema.Choice(
    273279        source = nats_vocab,
Note: See TracChangeset for help on using the changeset viewer.