Changeset 14091 for main/kofacustom.coewarri/trunk/src
- Timestamp:
- 19 Aug 2016, 03:43:29 (8 years ago)
- Location:
- main/kofacustom.coewarri/trunk/src/kofacustom/coewarri
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.coewarri/trunk/src/kofacustom/coewarri/applicants/utils.py
r14035 r14091 29 29 """A collection of parameters and methods subject to customization. 30 30 """ 31 32 APP_TYPES_DICT = { 33 'app': ['General Studies', 'APP'], 34 'nce': ['NCE Programmes', 'NCE'], 35 'pre': ['Pre-Degree Programmes', 'PRE'], 36 } -
main/kofacustom.coewarri/trunk/src/kofacustom/coewarri/utils/utils.py
r10765 r14091 24 24 """ 25 25 26 APP_CATS_DICT = { 27 'basic': 'UTME, DE, PCE, PRENCE', 28 'no': 'No Application', 29 'pre': 'Pre-Degree Programme', 30 'nce': 'NCE Programme', 31 }
Note: See TracChangeset for help on using the changeset viewer.