Changeset 12575


Ignore:
Timestamp:
10 Feb 2015, 06:38:04 (10 years ago)
Author:
Henrik Bettermann
Message:

Rename application categories and types.

Location:
main/waeup.uniben/trunk/src/waeup/uniben
Files:
2 edited

Legend:

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

    r12566 r12575  
    4343        'dpft': ['Diploma Full-Time Programmes', 'DPP'],
    4444        'pce': ['PCE Screening', 'PCE'],
    45         'pg': ['Postgraduate Programmes', 'PG'],
     45        #'pg': ['Postgraduate Programmes', 'PG'],
    4646        'pgft': ['Postgraduate Full-Time Programmes', 'PG'],
    4747        'pgpt': ['Postgraduate Part-Time Programmes', 'PG'],
    48         'pgnew': ['New Postgraduate Programmes', 'NEWPG'],
    49         'pgnewtwo': ['New Postgraduate Programmes (#2)', 'NEWPG'],
     48        'pgnew': ['Postgraduate Programmes (supplementary application #1)', 'PG'],
     49        'pgnewtwo': ['Postgraduate Programmes (supplementary application #2)', 'PG'],
    5050        'pgext': ['Postgraduate Programmes (extended application)', 'PG']
    5151        }
  • main/waeup.uniben/trunk/src/waeup/uniben/utils/utils.py

    r12566 r12575  
    3030        'basic': 'PUTME, PUDE, PCE, PRENCE',
    3131        'no': 'No Application',
     32        'sandwich': 'Sandwich',
     33        'cest': 'Part-Time, Diploma, Certificate',
     34        'dp_ft': 'Diploma Full-Time Programmes',
     35        'pt_ext': 'Part-Time (extended application)',
     36        #'pg': 'Postgraduate',
    3237        'pg_ft': 'Postgraduate Full-Time',
    3338        'pg_pt': 'Postgraduate Part-Time',
    34         'sandwich': 'Sandwich',
    35         'cest': 'Part-Time, Diploma, Certificate',
    36         'pg_new': 'Supplementary PG Application',
    37         'pg_new2': 'Supplementary PG Application (#2)',
    38         'dp_ft': 'Diploma Full-Time Programmes',
    39         'pg': 'Postgraduate',
    4039        'pg_ext': 'Postgraduate (extended application)',
    41         'pt_ext': 'Part-Time (extended application)',
     40        'pg_new': 'Postgraduate (supplementary application #1)',
     41        'pg_new2': 'Postgraduate (supplementary application #2)',
    4242        }
    4343
Note: See TracChangeset for help on using the changeset viewer.