- Timestamp:
- 29 Aug 2011, 07:05:17 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/students/interfaces.py
r6642 r6648 4 4 from zope import schema 5 5 from waeup.sirp.interfaces import IWAeUPObject 6 from waeup.sirp.students.vocabularies import ( 7 year_range, lgas_vocab, CertificateSource, GenderSource, 8 ) 6 9 7 10 class IStudentNavigation(IWAeUPObject): … … 102 105 """ 103 106 104 certificate_code = schema.TextLine( 105 title = u'Certificate Code', 106 default = u'None', 107 certificate = schema.Choice( 108 title = u'Certificate', 109 source = CertificateSource(), 110 default = None, 107 111 required = True, 108 112 )
Note: See TracChangeset for help on using the changeset viewer.