Ignore:
Timestamp:
16 Apr 2011, 14:26:00 (14 years ago)
Author:
uli
Message:

Add a confirm_passport attribute to applicants and reflect that change in form.

File:
1 edited

Legend:

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

    r5941 r5952  
    445445        required = False,
    446446        )
     447    confirm_passport = schema.Bool(
     448        title = u"Confirmation that photograph represents applicant ticked.",
     449        default = False,
     450        required = True,
     451        )
    447452
    448453   
     
    676681        required = True,
    677682        )
    678 
     683    confirm_passport = schema.Bool(
     684        title = u"Confirmation that photograph represents applicant ticked.",
     685        default = False,
     686        required = True,
     687        )
     688
     689   
    679690class IApplicantPrincipalInfo(IPrincipalInfo):
    680691    """Infos about principals that are applicants.
Note: See TracChangeset for help on using the changeset viewer.