Changeset 11799


Ignore:
Timestamp:
23 Sep 2014, 15:50:59 (10 years ago)
Author:
uli
Message:

Fix EXAM_GRADES attrib name, add SYSTEM_MAX_LOAD.

File:
1 edited

Legend:

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

    r11664 r11799  
    258258    PREFERRED_LANGUAGES_DICT = Attribute("Dict of preferred languages")
    259259    EXAM_SUBJECTS_DICT = Attribute("Dict of examination subjects")
    260     EXAM_GRADES_DICT = Attribute("Dict of examination grades")
     260    EXAM_GRADES = Attribute("Dict of examination grades")
    261261    INST_TYPES_DICT = Attribute("Dict if institution types")
    262262    STUDY_MODES_DICT = Attribute("Dict of study modes")
     
    265265    INT_PHONE_PREFIXES = Attribute(
    266266        "Dict of international phone number prefixes")
     267    SYSTEM_MAX_LOAD = Attribute("Dict of maximum system loads.")
    267268
    268269    def sendContactForm(
Note: See TracChangeset for help on using the changeset viewer.