Ignore:
Timestamp:
12 Sep 2024, 10:14:59 (8 days ago)
Author:
Henrik Bettermann
Message:

Use correct interface.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.unidel/trunk/src/kofacustom/unidel/students/interfaces.py

    r17921 r17924  
    3636
    3737    email2 = schema.ASCIILine(
    38         title = _(u'Institution Email'),
     38        title = _(u'Institutional Email'),
    3939        required = False,
    4040        constraint=validate_email,
     
    4242
    4343ICustomStudentBase['email2'].order = ICustomStudentBase[
    44     'phone'].order
     44    'email'].order
    4545
    4646class ICustomStudentPersonal(INigeriaStudentPersonal):
Note: See TracChangeset for help on using the changeset viewer.