Changeset 16413
- Timestamp:
- 12 Mar 2021, 19:09:33 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/students/utils.py
r16406 r16413 482 482 previous levels. 483 483 """ 484 485 # med: we may need to put this matter on hold and allow 486 # all the students to register. 487 return False 488 484 489 previous_verdict = studylevel.__parent__.previous_verdict 485 490 if previous_verdict in ('C', 'M'):
Note: See TracChangeset for help on using the changeset viewer.