Changeset 10304


Ignore:
Timestamp:
16 Jun 2013, 09:13:53 (11 years ago)
Author:
Henrik Bettermann
Message:

Add 'found' application category.

File:
1 edited

Legend:

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

    r9905 r10304  
    5151        }
    5252
     53    APP_CATS_DICT = {
     54        'basic': 'PUTME, PUDE, PCE, PRENCE',
     55        'no': 'No Application',
     56        'pg_ft': 'Postgraduate Full-Time',
     57        'pg_pt': 'Postgraduate Part-Time',
     58        'cest': 'Part-Time, Diploma, Certificate',
     59        'found': 'Foundation',
     60        }
     61
Note: See TracChangeset for help on using the changeset viewer.