- Timestamp:
- 27 Jun 2025, 13:09:46 (10 hours ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/students/browser.py
r18095 r18096 1669 1669 [(item[1], item[0]) for item in academic_sessions()]) 1670 1670 self.studymode_dict = getUtility(IKofaUtils).STUDY_MODES_DICT 1671 self.verdict_dict = getUtility(IKofaUtils).VERDICT _DICT1671 self.verdict_dict = getUtility(IKofaUtils).VERDICTS_DICT 1672 1672 return 1673 1673
Note: See TracChangeset for help on using the changeset viewer.