Ignore:
Timestamp:
16 Apr 2012, 09:16:34 (13 years ago)
Author:
uli
Message:

Use PhoneNumber?.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/students/interfaces.py

    r8174 r8176  
    2424    IKofaObject, academic_sessions_vocab, validate_email, IKofaUtils)
    2525from waeup.kofa.interfaces import MessageFactory as _
    26 from waeup.kofa.schema import TextLineChoice, FormattedDate
     26from waeup.kofa.schema import TextLineChoice, FormattedDate, PhoneNumber
    2727from waeup.kofa.students.vocabularies import (
    2828    StudyLevelSource, contextual_reg_num_source, contextual_mat_num_source,
     
    206206        constraint=validate_email,
    207207        )
    208     phone = schema.TextLine(
     208    phone = PhoneNumber(
    209209        title = _(u'Phone'),
    210210        description = u'',
Note: See TracChangeset for help on using the changeset viewer.