Changeset 9461 for main/waeup.fceokene/trunk/src
- Timestamp:
- 30 Oct 2012, 05:45:36 (12 years ago)
- Location:
- main/waeup.fceokene/trunk/src/waeup/fceokene
- Files:
-
- 2 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 } -
main/waeup.fceokene/trunk/src/waeup/fceokene/utils/utils.py
r8834 r9461 26 26 PREFERRED_LANGUAGES_DICT = { 27 27 } 28 29 APP_CATS_DICT = { 30 'basic': 'PUTME, PUDE, PCE, PRENCE', 31 'no': 'No Application', 32 'sandwich': 'Sandwich', 33 'cest': 'Part-Time, Diploma, Certificate', 34 'bec': 'Bachelor of Education Certificate Programmes', 35 }
Note: See TracChangeset for help on using the changeset viewer.