Changeset 13883 for main/waeup.fceokene/trunk/src/waeup/fceokene/applicants
- Timestamp:
- 6 Jun 2016, 14:09:03 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.fceokene/trunk/src/waeup/fceokene/applicants/interfaces.py
r13877 r13883 152 152 title = _(u'1st Choice TPZ and School'), 153 153 source = SchoolSource(), 154 required = True,154 required = False, 155 155 ) 156 156 … … 158 158 title = _(u'2nd Choice TPZ and School'), 159 159 source = SchoolSource(), 160 required = True,160 required = False, 161 161 ) 162 162 … … 164 164 title = _(u'3rd Choice TPZ and School'), 165 165 source = SchoolSource(), 166 required = True,166 required = False, 167 167 ) 168 168
Note: See TracChangeset for help on using the changeset viewer.