Changeset 8097 for main/waeup.kofa/trunk/src/waeup
- Timestamp:
- 10 Apr 2012, 19:52:44 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/applicants/interfaces.py
r8081 r8097 430 430 """ 431 431 432 email = schema.ASCIILine( 433 title = _(u'Email Address'), 434 required = True, 435 constraint=validate_email, 436 ) 432 437 course1 = schema.Choice( 433 438 title = _(u'1st Choice Course of Study'), … … 462 467 ) 463 468 469 IApplicantEdit['email'].order = IApplicantEdit[ 470 'sex'].order 471 464 472 class IApplicantUpdateByRegNo(IApplicant): 465 473 """Representation of an applicant.
Note: See TracChangeset for help on using the changeset viewer.