Changeset 6205 for main/waeup.sirp/trunk/src
- Timestamp:
- 27 May 2011, 08:35:48 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/applicants/interfaces.py
r6195 r6205 344 344 ) 345 345 lastname = schema.TextLine( 346 title = u' Surname/Full Name',346 title = u'Last Name (Surname)', 347 347 required = False, 348 348 ) … … 353 353 lga = schema.TextLine( 354 354 # XXX: should be choice 355 title = u'State/LGA (confirmed by applicant)',355 title = u'State/LGA', 356 356 required = False, 357 357 ) … … 377 377 ) 378 378 confirm_passport = schema.Bool( 379 title = u"P hotograph confirmation box ticked",379 title = u"Passport picture confirmed", 380 380 default = False, 381 381 required = True,
Note: See TracChangeset for help on using the changeset viewer.