Changeset 8935 for main/waeup.fceokene/trunk/src
- Timestamp:
- 7 Jul 2012, 12:51:53 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.fceokene/trunk/src/waeup/fceokene/applicants/utils.py
r8834 r8935 29 29 """A collection of parameters and methods subject to customization. 30 30 """ 31 32 APP_TYPES_DICT = { 33 'pude': ['Post UDE Screening', 'PUDE'], 34 'prence': ['Pre-NCE Programme', 'PRE'], 35 'sandwich': ['NCE Sandwich Programme', 'SAND'], 36 'pt': ['Part-Time Degree Programmes', 'PTP'], 37 'putme': ['Post-UTME Screening Exercise', 'PUTME'], 38 'app': ['General Studies', 'APP'], 39 'cest': ['Common Entry Screening Test', 'CEST'], 40 'ct': ['Certificate Programmes', 'CTP'], 41 'dp': ['Diploma Programmes', 'DPP'], 42 'pce': ['PCE Screening', 'PCE'], 43 }
Note: See TracChangeset for help on using the changeset viewer.