- Timestamp:
- 30 Oct 2012, 05:45:36 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.fceokene/trunk/src/waeup/fceokene/applicants/utils.py
r8958 r9461 31 31 32 32 APP_TYPES_DICT = { 33 'pude': ['Post UDE Screening', 'PUDE'],34 33 'prence': ['Pre-NCE Programme', 'PRE'], 35 34 '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 35 'cest': ['Common Entry Screening Test', 'CEST'], 40 36 'ct': ['Certificate Programmes', 'CTP'], 41 37 'dp': ['Diploma Programmes', 'DPP'], 42 38 'pce': ['PCE Screening', 'PCE'], 43 'pgft': ['Postgraduate Full-Time Programmes', 'PG'], 44 'pgpt': ['Postgraduate Part-Time Programmes', 'PG'] 39 'bec': ['Bachelor of Education Certificate Programmes', 'BEC'] 45 40 }
Note: See TracChangeset for help on using the changeset viewer.