Ignore:
Timestamp:
3 May 2013, 11:09:34 (11 years ago)
Author:
Henrik Bettermann
Message:

Customize dictionaries.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.aaua/trunk/src/waeup/aaua/utils/utils.py

    r10120 r10148  
    2828
    2929    APP_CATS_DICT = {
    30         'basic': 'Basic',
     30        'basic': 'PUTME, PUDE, PCE, PRENCE',
     31        'no': 'No Application',
     32        'pg_ft': 'Postgraduate Full-Time',
     33        'pg_pt': 'Postgraduate Part-Time',
     34        'sandwich': 'Sandwich',
     35        'cest': 'Part-Time, Diploma, Certificate',
    3136        }
    3237
    3338    STUDY_MODES_DICT = {
     39        'ume_ft': 'UME Full Time',
     40        'ug_ft': 'Undergraduate Full Time',
     41        'ug_pt': 'Undergraduate Part Time',
     42        'dp_pt': 'Diploma Part Time',
     43        'ct_ft': 'Certificate Full Time',
     44        'dp_ft': 'Diploma Full Time',
     45        'de_ft': 'Direct Entry Full Time',
     46        'de_pt': 'Direct Entry Part Time',
    3447        'nd_ft': 'National Diploma Full Time',
    3548        'nd_pt': 'National Diploma Part Time',
    36         'hnd_ft': 'Higher National Diploma Full Time',
    37         'hnd_pt': 'Higher National Diploma Part Time',
    38         'pgd_ft': 'Postgraduate Diploma Full Time',
    39         'pgd_pt': 'Postgraduate Diploma Part Time',
    40         'prend': 'Pre-ND',
     49        'pg_ft': 'Postgraduate Full Time',
     50        'pg_pt': 'Postgraduate Part Time',
     51        'ug_sw': 'Undergraduate Sandwich',
     52        'ct_pt': 'Certificate Part Time',
     53        'no': 'no application',
    4154        }
    4255
Note: See TracChangeset for help on using the changeset viewer.