Changeset 9035 for main/waeup.kofa/trunk/src/waeup/kofa
- Timestamp:
- 21 Jul 2012, 09:39:06 (12 years ago)
- Location:
- main/waeup.kofa/trunk/src/waeup/kofa
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/applicants/interfaces.py
r8983 r9035 325 325 title = _(u'Account suspended'), 326 326 default = False, 327 required = False, 327 328 ) 328 329 -
main/waeup.kofa/trunk/src/waeup/kofa/students/interfaces.py
r8983 r9035 160 160 title = _(u'Account suspended'), 161 161 default = False, 162 required = False, 162 163 ) 163 164 … … 232 233 title = _(u'Clearance form locked'), 233 234 default = False, 235 required = False, 234 236 ) 235 237 -
main/waeup.kofa/trunk/src/waeup/kofa/university/interfaces.py
r8970 r9035 310 310 mandatory = schema.Bool( 311 311 title = _(u'Is mandatory course (not elective)'), 312 required = True,312 required = False, 313 313 default = True, 314 314 )
Note: See TracChangeset for help on using the changeset viewer.