Ignore:
Timestamp:
4 Oct 2022, 12:26:15 (2 years ago)
Author:
Henrik Bettermann
Message:

Diploma fave part time and full time versions.

Location:
main/kofacustom.unidel/trunk/src/kofacustom/unidel
Files:
2 edited

Legend:

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

    r17114 r17115  
    3535        'jupeb': ['JUPEB Pre-Degree (Foundation) Studies', 'PRE'],
    3636        'pre': ['Pre-Degree (Foundation) Studies', 'PRE'],
    37         'dp': ['Diploma Programmes', 'DP'],
    38         'de_ft': ['Direct Entry Full-Time Programmes', 'DEFT'],
    39         'de_pt': ['Direct Entry Part-Time Programmes', 'DEPT'],
     37        'dp_ft': ['Diploma Programmes Full-Time Programmes', 'DP'],
     38        'dp_pt': ['Diploma Programmes Part-Time Programmes', 'DP'],
     39        'de': ['Direct Entry Programmes', 'DEPT'],
    4040        }
  • main/kofacustom.unidel/trunk/src/kofacustom/unidel/utils/utils.py

    r17114 r17115  
    6767        'pre': 'Pre-Degree Studies',
    6868        'jupeb': 'JUPEB Pre-Degree (Foundation) Studies',
    69         'dp': 'Diploma Programmes',
    70         'de_ft': 'Direct Entry Full-Time Programmes',
    71         'de_pt': 'Direct Entry Part-Time Programmes',
     69        'dp_ft': 'Full-Time Diploma Programmes',
     70        'dp_pt': 'Part-Time Diploma Programmes',
     71        'de': 'Direct Entry Programmes',
    7272        }
    7373
Note: See TracChangeset for help on using the changeset viewer.