Changeset 11434
- Timestamp:
- 25 Feb 2014, 06:14:03 (11 years ago)
- Location:
- main/waeup.uniben/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/CHANGES.txt
r11429 r11434 4 4 1.0.1dev (unreleased) 5 5 ===================== 6 7 * PG application types and categories (regular and extended) added. 6 8 7 9 * Refer to INSTALL.txt in waeup.kofa sources. -
main/waeup.uniben/trunk/src/waeup/uniben/applicants/utils.py
r9635 r11434 42 42 'dpft': ['Diploma Full-Time Programmes', 'DPP'], 43 43 'pce': ['PCE Screening', 'PCE'], 44 'pg': ['Postgraduate Programmes', 'PG'], 44 45 'pgft': ['Postgraduate Full-Time Programmes', 'PG'], 45 46 'pgpt': ['Postgraduate Part-Time Programmes', 'PG'], 46 'pgnew': ['New Postgraduate Programmes', 'NEWPG'] 47 'pgnew': ['New Postgraduate Programmes', 'NEWPG'], 48 'pgext': ['Postgraduate Programmes (extended application)', 'PG'] 47 49 } 48 50 -
main/waeup.uniben/trunk/src/waeup/uniben/utils/utils.py
r10624 r11434 36 36 'pg_new': 'Supplementary PG Application', 37 37 'dp_ft': 'Diploma Full-Time Programmes', 38 'pg': 'Postgraduate', 39 'pg_ext': 'Postgraduate (extended application)', 38 40 } 39 41
Note: See TracChangeset for help on using the changeset viewer.