Changeset 8097


Ignore:
Timestamp:
10 Apr 2012, 19:52:44 (12 years ago)
Author:
Henrik Bettermann
Message:

Email address is required.

File:
1 edited

Legend:

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

    r8081 r8097  
    430430    """
    431431
     432    email = schema.ASCIILine(
     433        title = _(u'Email Address'),
     434        required = True,
     435        constraint=validate_email,
     436        )
    432437    course1 = schema.Choice(
    433438        title = _(u'1st Choice Course of Study'),
     
    462467        )
    463468
     469IApplicantEdit['email'].order = IApplicantEdit[
     470    'sex'].order
     471
    464472class IApplicantUpdateByRegNo(IApplicant):
    465473    """Representation of an applicant.
Note: See TracChangeset for help on using the changeset viewer.