Changeset 12098 for main/waeup.ikoba/trunk/src/waeup/ikoba/utils/utils.py
- Timestamp:
- 30 Nov 2014, 21:00:30 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.ikoba/trunk/src/waeup/ikoba/utils/utils.py
r12092 r12098 102 102 return sorted_phone_prefixes(data, request) 103 103 104 APP_CATS_DICT = {104 CON_CATS_DICT = { 105 105 'sample': 'Sample Category', 106 106 'license': 'License', 107 'no': 'no application',107 'no': 'no contract', 108 108 } 109 109
Note: See TracChangeset for help on using the changeset viewer.