Changeset 8539 for main/waeup.uniben/trunk
- Timestamp:
- 29 May 2012, 06:20:33 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/applicants/interfaces.py
r8535 r8539 349 349 constraint=validate_email, 350 350 ) 351 351 date_of_birth = FormattedDate( 352 title = _(u'Date of Birth'), 353 required = True, 354 show_year = True, 355 ) 356 357 IPUTMEApplicantEdit[ 358 'date_of_birth'].order = IUGApplicant['date_of_birth'].order 352 359 IPUTMEApplicantEdit[ 353 360 'email'].order = IUGApplicant['email'].order
Note: See TracChangeset for help on using the changeset viewer.