Changeset 11827
- Timestamp:
- 2 Oct 2014, 12:12:32 (10 years ago)
- Location:
- main/waeup.uniben/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/CHANGES.txt
r11789 r11827 4 4 1.2dev (unreleased) 5 5 =================== 6 7 * Add application type and category for part-time extended applications. 6 8 7 9 * Implement admission checking payments. Admitted Uniben applicants must now pay -
main/waeup.uniben/trunk/src/waeup/uniben/applicants/utils.py
r11783 r11827 35 35 'sandwich': ['Part-Time Degree in Education', 'SAND'], 36 36 'pt': ['Part-Time Degree Programmes', 'PTP'], 37 'ptext': ['Part-Time Degree Programmes (extended application)', 'PTP'], 37 38 'putme': ['Post-UTME Screening Exercise', 'PUTME'], 38 39 'app': ['General Studies', 'APP'], -
main/waeup.uniben/trunk/src/waeup/uniben/utils/utils.py
r11782 r11827 38 38 'pg': 'Postgraduate', 39 39 'pg_ext': 'Postgraduate (extended application)', 40 'pt_ext': 'Part-Time (extended application)', 40 41 } 41 42
Note: See TracChangeset for help on using the changeset viewer.