Ignore:
Timestamp:
29 Nov 2023, 11:21:39 (10 months ago)
Author:
Henrik Bettermann
Message:

First additions for the CDL.

Start customizing STUDY_MODES_DICT.

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

Legend:

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

    r16619 r17651  
    6464        'tscs': ['Transcript Application (with student record)', 'TRS'],
    6565        'conv': ['HND to BSc Conversion', 'CNV'],
     66        'cdl': ['Center For Distance Learning', 'CDL'],
    6667        }
    6768
  • main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/utils/utils.py

    r17502 r17651  
    242242        'ut': 'Undergraduate Programmes',
    243243        'conv': 'HND to BSc Conversion',
     244        'odl': 'Open & Distant Learning',
     245        }
     246
     247    STUDY_MODES_DICT = {
     248        'ug_ft': 'Undergraduate Full Time',
     249        'ug_pt': 'Undergraduate Part Time',
     250        'pg_ft': 'Postgraduate Full Time',
     251        'pg_pt': 'Postgraduate Part Time',
     252        'pgphd': 'Postgraduate PhD/MPhil',
     253        'odl': 'Open & Distant Learning',
     254        'found': 'Foundation',
     255        'no': 'no application',
    244256        }
    245257
Note: See TracChangeset for help on using the changeset viewer.