Ignore:
Timestamp:
5 Aug 2022, 08:18:51 (2 years ago)
Author:
Henrik Bettermann
Message:

Add JUPEB application.

File:
1 edited

Legend:

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

    r16721 r17056  
    2929    """A collection of parameters and methods subject to customization.
    3030    """
     31
     32    APP_TYPES_DICT = {
     33        'app': ['General Studies', 'APP'],
     34        'ase': ['Admission Screening Exercise', 'ASE'], # successor of putme
     35        'pre': ['JUPEB Pre-Degree (Foundation) Studies', 'PRE'],
     36        }
Note: See TracChangeset for help on using the changeset viewer.