- Timestamp:
- 3 Feb 2017, 07:54:44 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.fceokene/trunk/src/waeup/fceokene/applicants/interfaces.py
r14335 r14499 57 57 58 58 class SchoolSource(BasicSourceFactory): 59 """A source that delivers all kinds of registrations.59 """A source that delivers all kinds of schools. 60 60 """ 61 61 def getValues(self): … … 65 65 return [item[0] for item in sorted_items] 66 66 67 def getToken(self, value): 68 return value 69 67 70 def getTitle(self, value): 68 71 return u"%s: %s -- %s" % ( … … 153 156 title = _(u'1st Choice TPZ and School'), 154 157 source = SchoolSource(), 155 required = False,158 required = True, 156 159 ) 157 160
Note: See TracChangeset for help on using the changeset viewer.