Changeset 18056
- Timestamp:
- 9 Apr 2025, 05:07:20 (5 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/students/browser.py
r18041 r18056 1315 1315 1316 1316 class CustomAddStudyLevelFormPage(AddStudyLevelFormPage): 1317 """ This page is temporarily locked. 1317 """ This page is temporarily locked. for all ug students in 2023. 1318 1318 """ 1319 1319 def update(self): 1320 1320 if self.context.student.current_mode == 'ug_ft' \ 1321 and self.context.student.current_session <= 202 2\1321 and self.context.student.current_session <= 2023 \ 1322 1322 and self.context.student.fullname != 'anna-tester': 1323 1323 emit_lock_message(self)
Note: See TracChangeset for help on using the changeset viewer.