- Timestamp:
- 16 Apr 2012, 09:16:34 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/students/interfaces.py
r8174 r8176 24 24 IKofaObject, academic_sessions_vocab, validate_email, IKofaUtils) 25 25 from waeup.kofa.interfaces import MessageFactory as _ 26 from waeup.kofa.schema import TextLineChoice, FormattedDate 26 from waeup.kofa.schema import TextLineChoice, FormattedDate, PhoneNumber 27 27 from waeup.kofa.students.vocabularies import ( 28 28 StudyLevelSource, contextual_reg_num_source, contextual_mat_num_source, … … 206 206 constraint=validate_email, 207 207 ) 208 phone = schema.TextLine(208 phone = PhoneNumber( 209 209 title = _(u'Phone'), 210 210 description = u'',
Note: See TracChangeset for help on using the changeset viewer.