Changeset 10831 for main/waeup.kofa/trunk/src/waeup/kofa/university
- Timestamp:
- 10 Dec 2013, 06:24:03 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/university/vocabularies.py
r10436 r10831 121 121 def getTitle(self, context, value): 122 122 return "%s - %s" % (value.code, value.title) 123 124 class SpecialApplicationSource(ContextualDictSourceFactoryBase): 125 """A special application source delivers all types of 126 applications which are not linked with certificates. 127 """ 128 #: name of dict to deliver from kofa utils. 129 DICT_NAME = 'SPECIAL_APP_DICT'
Note: See TracChangeset for help on using the changeset viewer.