Changeset 13294 for main/waeup.uniben


Ignore:
Timestamp:
7 Oct 2015, 10:44:55 (9 years ago)
Author:
Henrik Bettermann
Message:

Add hostel category.

File:
1 edited

Legend:

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

    r13251 r13294  
    110110
    111111    EXAM_GRADES = NigeriaKofaUtils.EXAM_GRADES + (('B1', 'B1'), ('P', 'P'),)
     112
     113    SPECIAL_HANDLING_DICT = {
     114        'regular': 'Regular Hostel',
     115        'blocked': 'Blocked Hostel',
     116        'clinical': 'Clinical Hostel'
     117        }
Note: See TracChangeset for help on using the changeset viewer.