Ignore:
Timestamp:
26 Apr 2015, 19:45:46 (10 years ago)
Author:
Henrik Bettermann
Message:

More fields and declarations.

File:
1 edited

Legend:

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

    r12887 r12888  
    234234        show_year = True,
    235235        )
     236    body_responsible_address = schema.Text(
     237        title = _(u'Name and Adress of Body'),
     238        description = _(
     239         'Name and address of body who will be responsible for the fees. '
     240         'If admission to the university is offered '
     241         'a guarantor\'s form that all the fees will be paid will be sworn to '
     242         'by the person or body named. The student will not be allowed into the '
     243         'university until the guarantor\'s form is signed and returned '
     244         'to the institution.'),
     245        required = False,
     246       )
    236247    jamb_subjects = schema.Text(
    237248        title = _(u'Subjects and Scores'),
     
    245256    jamb_reg_number = schema.TextLine(
    246257        title = _(u'JAMB Registration Number'),
    247         required = False,
    248         )
    249     jamb_age = schema.Int(
    250         title = _(u'Age (provided by JAMB)'),
    251258        required = False,
    252259        )
Note: See TracChangeset for help on using the changeset viewer.