- Timestamp:
- 28 Oct 2021, 06:50:14 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/students/student.py
r16382 r16688 56 56 @property 57 57 def clearance_locked(self): 58 return self.state not in (CLEARANCE, REQUESTED)58 return self.state not in (CLEARANCE, ) 59 59 60 60
Note: See TracChangeset for help on using the changeset viewer.