Changeset 13137 for main/waeup.uniben/trunk/src/waeup
- Timestamp:
- 4 Jul 2015, 05:08:30 (9 years ago)
- Location:
- main/waeup.uniben/trunk/src/waeup/uniben
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/applicants/utils.py
r13011 r13137 32 32 APP_TYPES_DICT = { 33 33 'pude': ['Post-UDE Screening', 'PUDE'], 34 #'prence': ['Pre-NCE Programme', 'PRE'],35 34 'sandwich': ['Part-Time Degree in Education', 'SAND'], 36 35 'pt': ['Part-Time Degree Programmes', 'PTP'], … … 42 41 'dp': ['Diploma Programmes', 'DPP'], 43 42 'dpft': ['Diploma Full-Time Programmes', 'DPP'], 44 #'pce': ['PCE Screening', 'PCE'],45 43 'pg': ['Postgraduate Programmes (main advert)', 'PG'], 46 44 'pga': ['Postgraduate Programmes (1st supplementary advert)', 'PG'], 47 45 'pgb': ['Postgraduate Programmes (2nd supplementary advert)', 'PG'], 48 46 'pgc': ['Postgraduate Programmes (3rd supplementary advert)', 'PG'], 49 50 #'pgft': ['Postgraduate Full-Time Programmes', 'PG'], 51 #'pgpt': ['Postgraduate Part-Time Programmes', 'PG'], 52 #'pgnew': ['Postgraduate Programmes (supplementary application #1)', 'PG'], 53 #'pgnewtwo': ['Postgraduate Programmes (supplementary application #2)', 'PG'], 54 #'pgext': ['Postgraduate Programmes (extended application)', 'PG'] 47 'pre': ['Pre-Degree Studies', 'PRE'], 48 'cbt': ['Post-UTME CBT Praxis Test', 'CBT'], 55 49 } 56 50 -
main/waeup.uniben/trunk/src/waeup/uniben/utils/utils.py
r13011 r13137 49 49 'pg_new': 'Postgraduate (supplementary application #1, deprecated)', 50 50 'pg_new2': 'Postgraduate (supplementary application #2, deprecated)', 51 'pre': 'Pre-Degree Studies', 51 52 } 52 53
Note: See TracChangeset for help on using the changeset viewer.