Changeset 17157 for main/kofacustom.iuokada/trunk/src/kofacustom
- Timestamp:
- 3 Nov 2022, 06:00:32 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/students/interfaces.py
r16511 r17157 49 49 required = False, 50 50 ) 51 51 52 sponsor = schema.Choice( 52 53 title = _(u'Sponsor'), 53 54 vocabulary = sponsors_vocab, 55 required = False, 56 ) 57 58 present = schema.Bool( 59 title = _(u'Physically Present on Campus'), 60 default = False, 54 61 required = False, 55 62 )
Note: See TracChangeset for help on using the changeset viewer.