Ignore:
Timestamp:
30 Oct 2012, 05:45:36 (12 years ago)
Author:
Henrik Bettermann
Message:

Add category and type for Bachelor of Education Certificate Programmes.

File:
1 edited

Legend:

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

    r8834 r9461  
    2626    PREFERRED_LANGUAGES_DICT = {
    2727        }
     28
     29    APP_CATS_DICT = {
     30        'basic': 'PUTME, PUDE, PCE, PRENCE',
     31        'no': 'No Application',
     32        'sandwich': 'Sandwich',
     33        'cest': 'Part-Time, Diploma, Certificate',
     34        'bec': 'Bachelor of Education Certificate Programmes',
     35        }
Note: See TracChangeset for help on using the changeset viewer.