Ignore:
Timestamp:
1 Jul 2015, 18:35:23 (10 years ago)
Author:
Henrik Bettermann
Message:

Move VERDICTS_DICT to KofaUtils?.

File:
1 edited

Legend:

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

    r13124 r13125  
    200200        }
    201201
     202    VERDICTS_DICT = {
     203        '0': _('(not yet)'),
     204        'A': 'Successful student',
     205        'B': 'Student with carryover courses',
     206        'C': 'Student on probation',
     207        }
     208
    202209    #: Set positive number for allowed max, negative for required min
    203210    #: avail.
Note: See TracChangeset for help on using the changeset viewer.