Ignore:
Timestamp:
1 Dec 2022, 15:57:05 (22 months ago)
Author:
Henrik Bettermann
Message:

Finetune exporter pages.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.lpng/trunk/src/kofacustom/lpng/applicants/interfaces.py

    r17192 r17201  
    253253    email = schema.ASCIILine(
    254254        title = _(u'Email Address'),
    255         required = True,
     255        required = False,
    256256        constraint=validate_email,
    257257        )
     
    313313        )
    314314
     315    email = schema.ASCIILine(
     316        title = _(u'Email Address'),
     317        required = True,
     318        constraint=validate_email,
     319        )
     320
    315321ICustomApplicantEdit['reg_number'].order = ICustomApplicant['reg_number'].order
     322ICustomApplicantEdit['email'].order = ICustomApplicant['email'].order
    316323
    317324class ICustomApplicantOnlinePayment(INigeriaApplicantOnlinePayment):
Note: See TracChangeset for help on using the changeset viewer.