Changeset 12970
- Timestamp:
- 20 May 2015, 04:49:47 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kwarapoly/trunk/src/waeup/kwarapoly/applicants/interfaces.py
r12142 r12970 321 321 required = True, 322 322 ) 323 date_of_birth = FormattedDate( 324 title = _(u'Date of Birth'), 325 required = True, 326 show_year = True, 327 ) 323 328 sex = schema.Choice( 324 329 title = _(u'Sex'), … … 356 361 ICustomUGApplicantEdit[ 357 362 'course1'].order = ICustomUGApplicant['course1'].order 363 ICustomUGApplicantEdit[ 364 'date_of_birth'].order = ICustomUGApplicant['date_of_birth'].order 358 365 ICustomUGApplicantEdit[ 359 366 'sex'].order = ICustomUGApplicant['sex'].order
Note: See TracChangeset for help on using the changeset viewer.