- Timestamp:
- 13 Nov 2019, 06:49:14 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/students/studylevel.py
r15630 r15804 438 438 439 439 @property 440 def removable_by_student(self): 441 """True if student is allowed to remove the ticket. 442 """ 443 return not self.mandatory and not self.score 444 445 @property 440 446 def editable_by_lecturer(self): 441 447 """True if lecturer is allowed to edit the ticket.
Note: See TracChangeset for help on using the changeset viewer.