- Timestamp:
- 27 Sep 2012, 14:46:58 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/university/interfaces.py
r9220 r9246 318 318 319 319 mandatory = schema.Bool( 320 title = _(u' Is mandatory course (not elective)'),320 title = _(u'Registration required'), 321 321 required = False, 322 322 default = True,
Note: See TracChangeset for help on using the changeset viewer.