Changeset 11434


Ignore:
Timestamp:
25 Feb 2014, 06:14:03 (11 years ago)
Author:
Henrik Bettermann
Message:

PG application types and categories (regular and extended) added.

Location:
main/waeup.uniben/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.uniben/trunk/CHANGES.txt

    r11429 r11434  
    441.0.1dev (unreleased)
    55=====================
     6
     7* PG application types and categories (regular and extended) added.
    68
    79* Refer to INSTALL.txt in waeup.kofa sources.
  • main/waeup.uniben/trunk/src/waeup/uniben/applicants/utils.py

    r9635 r11434  
    4242        'dpft': ['Diploma Full-Time Programmes', 'DPP'],
    4343        'pce': ['PCE Screening', 'PCE'],
     44        'pg': ['Postgraduate Programmes', 'PG'],
    4445        'pgft': ['Postgraduate Full-Time Programmes', 'PG'],
    4546        'pgpt': ['Postgraduate Part-Time Programmes', 'PG'],
    46         'pgnew': ['New Postgraduate Programmes', 'NEWPG']
     47        'pgnew': ['New Postgraduate Programmes', 'NEWPG'],
     48        'pgext': ['Postgraduate Programmes (extended application)', 'PG']
    4749        }
    4850
  • main/waeup.uniben/trunk/src/waeup/uniben/utils/utils.py

    r10624 r11434  
    3636        'pg_new': 'Supplementary PG Application',
    3737        'dp_ft': 'Diploma Full-Time Programmes',
     38        'pg': 'Postgraduate',
     39        'pg_ext': 'Postgraduate (extended application)',
    3840        }
    3941
Note: See TracChangeset for help on using the changeset viewer.