Changeset 11591 for main/waeup.aaue/trunk/src
- Timestamp:
- 22 Apr 2014, 17:27:55 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/utils/utils.py
r11004 r11591 65 65 } 66 66 67 STUDY_MODES_DICT = { 68 'ug_ft': 'Undergraduate Full Time', 69 'ug_pt': 'Undergraduate Part Time', 70 'dp_pt': 'Diploma Part Time', 71 'dp_ft': 'Diploma Full Time', 72 'pg_ft': 'Postgraduate Full Time', 73 'pg_pt': 'Postgraduate Part Time', 74 'found': 'Foundation', 75 } 76
Note: See TracChangeset for help on using the changeset viewer.