Changeset 7845 for main/waeup.custom/trunk/src/waeup/custom/applicants
- Timestamp:
- 12 Mar 2012, 11:40:52 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.custom/trunk/src/waeup/custom/applicants/utils.py
r7822 r7845 26 26 """ 27 27 28 def getApplicationTypeDict(self): 29 """Provide a dictionary of application types. 30 """ 31 return { 28 APP_TYPES_DICT = { 29 'pude': ['Post UDE Screening', 'PUDE'], 30 'prence': ['Pre-NCE Programme', 'PRE'], 31 'sandwich': ['Part Time Degree in Education', 'SAND'], 32 'pt': ['Part-Time Degree Programmes', 'PTP'], 33 'pume': ['Post UME Screening Test', 'PUME'], 34 'app': ['General Studies', 'APP'], 35 'cest': ['Common Entry Screening Test', 'CEST'], 36 'ct': ['Certificate Programmes', 'CTP'], 37 'dp': ['Diploma Programmes', 'DPP'], 32 38 'pce': ['PCE Screening', 'PCE'] 33 39 }
Note: See TracChangeset for help on using the changeset viewer.