Ignore:
Timestamp:
16 Aug 2018, 12:13:42 (6 years ago)
Author:
Henrik Bettermann
Message:

Add application types, categories and study modes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.edopoly/trunk/src/kofacustom/edopoly/applicants/utils.py

    r15093 r15109  
    3434        'app': ['General Studies', 'APP'],
    3535        'ase': ['Admission Screening Exercise', 'ASE'], # successor of putme
     36        'hndft': ['HND Full-Time Programmes', 'HNDFT'],
     37        'hndpt': ['HND Part-Time Programmes', 'HNDPT'],
     38        'hndwe': ['HND Weekend Programmes', 'HNDWE'],
     39        'ndft': ['ND Full-Time Programmes', 'NDFT'],
     40        'ndpt': ['ND Part-Time Programmes', 'NDPT'],
     41        'ndwe': ['ND Weekend Programmes', 'NDWE'],
    3642        'pre': ['Pre-Degree Studies', 'PRE'],
    3743        }
Note: See TracChangeset for help on using the changeset viewer.