Changeset 10820


Ignore:
Timestamp:
29 Nov 2013, 13:50:27 (11 years ago)
Author:
Henrik Bettermann
Message:

Add special handling ITCH Hostel.

File:
1 edited

Legend:

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

    r10778 r10820  
    100100        'conv_brochure': 'Convocation Brochure',
    101101        }
     102
     103    SPECIAL_HANDLING_DICT = {
     104        'regular': 'Regular Hostel',
     105        'blocked': 'Blocked Hostel',
     106        'pg': 'Postgraduate Hostel',
     107        'itch': 'ITCH Hostel'
     108        }
Note: See TracChangeset for help on using the changeset viewer.