Changeset 17048
- Timestamp:
- 1 Aug 2022, 08:12:27 (2 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
r16807 r17048 49 49 'dpft': ['Diploma Full-Time Programmes', 'DPP'], 50 50 'pg': ['Postgraduate Programmes (main advert)', 'PG'], 51 'pga': ['Postgraduate Programmes (1st supplementary advert)', 'PG'], 52 'pgb': ['Postgraduate Programmes (2nd supplementary advert)', 'PG'], 53 'pgc': ['Postgraduate Programmes (3rd supplementary advert)', 'PG'], 54 'pgd': ['Postgraduate Programmes (4th supplementary advert)', 'PG'], 51 'pgcoe': ['CoE Programmes', 'PG'], 55 52 'pgn': ['NILS Postgraduate Programmes', 'PG'], 56 53 'pre': ['JUPEB Pre-Degree (Foundation) Studies', 'PRE'], … … 70 67 'flc': ['French Language Centre', 'FR'], 71 68 } 69 72 70 73 71 SEPARATORS_DICT = { -
main/waeup.uniben/trunk/src/waeup/uniben/utils/utils.py
r16866 r17048 41 41 'pt_ext': 'Part-Time (extended application)', 42 42 'pg': 'Postgraduate (main advert)', 43 'pga': 'Postgraduate (1st supplementary advert)', 44 'pgb': 'Postgraduate (2nd supplementary advert)', 45 'pgc': 'Postgraduate (3rd supplementary advert)', 46 'pgd': 'Postgraduate (4th supplementary advert)', 43 'coe': 'CoE Programmes', 47 44 'pgnils': 'Postgraduate NILS', 48 45 'pg_ft': 'Postgraduate Full-Time (deprecated)',
Note: See TracChangeset for help on using the changeset viewer.