Changeset 898
- Timestamp:
- 07/16/12 01:49:02 (10 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
4.0/enpraxis.educommons/trunk/enpraxis/educommons/portlet/coursebuilderform.py
r788 r898 46 46 Type='School', 47 47 sort_on='sortable_title') 48 return SimpleVocabulary([SimpleVocabulary.createTerm(x.getPath(), x.getPath(), x.Title ) for x in brains])48 return SimpleVocabulary([SimpleVocabulary.createTerm(x.getPath(), x.getPath(), x.Title.decode('utf-8')) for x in brains]) 49 49 50 50 … … 55 55 Type='Division', 56 56 sort_on='sortable_title') 57 return SimpleVocabulary([SimpleVocabulary.createTerm(x.getPath(), x.getPath(), x.Title ) for x in brains])57 return SimpleVocabulary([SimpleVocabulary.createTerm(x.getPath(), x.getPath(), x.Title.decode('utf-8')) for x in brains]) 58 58 59 59
Note: See TracChangeset
for help on using the changeset viewer.
