- Timestamp:
- 15 May 2019, 10:13:37 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/students/browser.py
r15408 r15409 513 513 if isStudent and self.context.student.current_mode not in show_results: 514 514 return False 515 if isStudent and self.context.student.state != RETURNING \516 and self.context.student.current_level == self.context.level:517 return False515 #if isStudent and self.context.student.state != RETURNING \ 516 # and self.context.student.current_level == self.context.level: 517 # return False 518 518 return True 519 519
Note: See TracChangeset for help on using the changeset viewer.