- Timestamp:
- 16 Apr 2011, 14:26:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/applicants/interfaces.py
r5941 r5952 445 445 required = False, 446 446 ) 447 confirm_passport = schema.Bool( 448 title = u"Confirmation that photograph represents applicant ticked.", 449 default = False, 450 required = True, 451 ) 447 452 448 453 … … 676 681 required = True, 677 682 ) 678 683 confirm_passport = schema.Bool( 684 title = u"Confirmation that photograph represents applicant ticked.", 685 default = False, 686 required = True, 687 ) 688 689 679 690 class IApplicantPrincipalInfo(IPrincipalInfo): 680 691 """Infos about principals that are applicants.
Note: See TracChangeset for help on using the changeset viewer.