Changeset 15109 for main/kofacustom.edopoly/trunk/src
- Timestamp:
- 16 Aug 2018, 12:13:42 (6 years ago)
- Location:
- main/kofacustom.edopoly/trunk/src/kofacustom/edopoly
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.edopoly/trunk/src/kofacustom/edopoly/applicants/utils.py
r15093 r15109 34 34 'app': ['General Studies', 'APP'], 35 35 'ase': ['Admission Screening Exercise', 'ASE'], # successor of putme 36 'hndft': ['HND Full-Time Programmes', 'HNDFT'], 37 'hndpt': ['HND Part-Time Programmes', 'HNDPT'], 38 'hndwe': ['HND Weekend Programmes', 'HNDWE'], 39 'ndft': ['ND Full-Time Programmes', 'NDFT'], 40 'ndpt': ['ND Part-Time Programmes', 'NDPT'], 41 'ndwe': ['ND Weekend Programmes', 'NDWE'], 36 42 'pre': ['Pre-Degree Studies', 'PRE'], 37 43 } -
main/kofacustom.edopoly/trunk/src/kofacustom/edopoly/utils/utils.py
r15105 r15109 32 32 'pre': 'Pre-Degree Studies', 33 33 'ct': 'Certificate Programmes', 34 'ndft': 'National Diploma Full-Time Programmes', 35 'ndpt': 'National Diploma Part-Time Programmes', 36 'ndwe': 'National Diploma Weekend Programmes', 37 'hndft': 'Higher National Diploma Full-Time Programmes', 38 'hndpt': 'Higher National Diploma Part-Time Programmes', 39 'hndwe': 'Higher National Diploma Weekend Programmes', 40 34 41 } 35 42 … … 76 83 STUDY_MODES_DICT = { 77 84 'ug_ft': 'Undergraduate Full Time (not used in EdoPoly)', 78 'nd_ft': 'National Diploma Full Time', 79 'nd_pt': 'National Diploma Part Time', 80 'hnd_ft': 'Higher National Diploma Full Time', 81 'hnd_pt': 'Higher National Diploma Part Time', 85 'nd_ft': 'National Diploma Full-Time', 86 'nd_pt': 'National Diploma Part-Time', 87 'nd_we': 'National Diploma Weekend', 88 'hnd_ft': 'Higher National Diploma Full-Time', 89 'hnd_pt': 'Higher National Diploma Part-Time', 90 'hnd_we': 'Higher National Diploma Weekend', 82 91 'ct': 'Certificate', 83 92 'pre': 'Pre-Degree',
Note: See TracChangeset for help on using the changeset viewer.