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

First additions for the CDL.

Start customizing STUDY_MODES_DICT.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.