Changeset 13870 for main/waeup.aaue/trunk/src/waeup/aaue/utils
- Timestamp:
- 30 May 2016, 14:32:21 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/utils/utils.py
r13794 r13870 152 152 'cl_regular': 'Acceptance Fee - Regular Students', 153 153 } 154 155 MODE_GROUPS = { 156 'All': ('all',), 157 'Undergraduate Full-Time': ('ug_ft', 'mde_ft', 'mug_ft', 'de_ft'), 158 'Undergraduate Part-Time': ('ug_pt', 'de_pt'), 159 'Postgraduate': ('pg_ft','special_pg_ft', 'special_pg_pt'), 160 'Foundation Programme': ('found',), 161 'Institute of Education': ('dp_ft'), 162 }
Note: See TracChangeset for help on using the changeset viewer.