Changeset 8539


Ignore:
Timestamp:
29 May 2012, 06:20:33 (12 years ago)
Author:
Henrik Bettermann
Message:

Date of birth is not in JAMB import files. So we have to set the required flag here.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.uniben/trunk/src/waeup/uniben/applicants/interfaces.py

    r8535 r8539  
    349349        constraint=validate_email,
    350350        )
    351 
     351    date_of_birth = FormattedDate(
     352        title = _(u'Date of Birth'),
     353        required = True,
     354        show_year = True,
     355        )
     356
     357IPUTMEApplicantEdit[
     358    'date_of_birth'].order =  IUGApplicant['date_of_birth'].order
    352359IPUTMEApplicantEdit[
    353360    'email'].order =  IUGApplicant['email'].order
Note: See TracChangeset for help on using the changeset viewer.