Changeset 9635 for main/waeup.uniben/trunk/src/waeup/uniben/utils
- Timestamp:
- 15 Nov 2012, 13:02:52 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/utils/utils.py
r8821 r9635 26 26 PREFERRED_LANGUAGES_DICT = { 27 27 } 28 29 APP_CATS_DICT = { 30 'basic': 'PUTME, PUDE, PCE, PRENCE', 31 'no': 'No Application', 32 'pg_ft': 'Postgraduate Full-Time', 33 'pg_pt': 'Postgraduate Part-Time', 34 'sandwich': 'Sandwich', 35 'cest': 'Part-Time, Diploma, Certificate', 36 'pg_new': 'New Postgraduate Programmes', 37 'dp_ft': 'Diploma Full-Time Programmes', 38 }
Note: See TracChangeset for help on using the changeset viewer.