- Timestamp:
- 22 May 2011, 08:32:37 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/applicants/interfaces.py
r6184 r6189 35 35 from waeup.sirp.image.image import WAeUPImageFile 36 36 from waeup.sirp.interfaces import IWAeUPObject, SimpleWAeUPVocabulary 37 from waeup.sirp.university.vocabularies import application_categories 37 38 38 39 … … 207 208 ) 208 209 210 application_category = schema.Choice( 211 title = u'Category for the grouping of study courses', 212 required = True, 213 default = None, 214 source = application_categories, 215 ) 216 209 217 description = schema.Text( 210 218 title = u'Human readable description in reST format',
Note: See TracChangeset for help on using the changeset viewer.