Ignore:
Timestamp:
16 Nov 2012, 21:56:03 (12 years ago)
Author:
Henrik Bettermann
Message:

Ease customization of MODE_GROUPS.

File:
1 edited

Legend:

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

    r9543 r9649  
    159159        'gown': 'Gown Hire Fee',
    160160        'application': 'Application Fee'
     161        }
     162
     163    MODE_GROUPS = {
     164        'All':('all',),
     165        'Undergraduate Full-Time':('ug_ft',),
     166        'Undergraduate Part-Time':('ug_pt',),
     167        'Postgraduate Full-Time':('pg_ft',),
     168        'Postgraduate Part-Time':('pg_pt',),
    161169        }
    162170
Note: See TracChangeset for help on using the changeset viewer.