Changeset 6724 for main/waeup.sirp/trunk/src/waeup/sirp/university
- Timestamp:
- 12 Sep 2011, 16:59:04 (13 years ago)
- Location:
- main/waeup.sirp/trunk/src/waeup/sirp/university
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/university/interfaces.py
r6640 r6724 9 9 semester, 10 10 application_categories, 11 study_mode ,11 study_modes, 12 12 inst_types, 13 13 CourseSource, … … 187 187 study_mode = schema.Choice( 188 188 title = u'Study Mode', 189 vocabulary = study_mode ,189 vocabulary = study_modes, 190 190 default = u'ug_ft', 191 191 required = True, -
main/waeup.sirp/trunk/src/waeup/sirp/university/vocabularies.py
r6557 r6724 44 44 ) 45 45 46 study_mode = SimpleWAeUPVocabulary(46 study_modes = SimpleWAeUPVocabulary( 47 47 ('UME Full Time','ume_ft'), 48 48 ('Direct Entry Full Time','de_ft'),
Note: See TracChangeset for help on using the changeset viewer.