Changeset 11799
- Timestamp:
- 23 Sep 2014, 15:50:59 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/interfaces.py
r11664 r11799 258 258 PREFERRED_LANGUAGES_DICT = Attribute("Dict of preferred languages") 259 259 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") 261 261 INST_TYPES_DICT = Attribute("Dict if institution types") 262 262 STUDY_MODES_DICT = Attribute("Dict of study modes") … … 265 265 INT_PHONE_PREFIXES = Attribute( 266 266 "Dict of international phone number prefixes") 267 SYSTEM_MAX_LOAD = Attribute("Dict of maximum system loads.") 267 268 268 269 def sendContactForm(
Note: See TracChangeset for help on using the changeset viewer.