Changeset 14710 for main/waeup.aaue/trunk/src
- Timestamp:
- 5 Jul 2017, 05:45:16 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/students/browser.py
r14707 r14710 1024 1024 passed_perc = 100 * passed / total 1025 1025 failed_perc = 100 * failed / total 1026 dep = self.context.__parent__.__parent__.longtitle 1027 fac = self.context.__parent__.__parent__.__parent__.longtitle 1026 1028 return header + tickets, [ 1027 total, passed, passed_perc, failed, failed_perc]1029 dep, fac, total, passed, passed_perc, failed, failed_perc] 1028 1030 1029 1031 def render(self):
Note: See TracChangeset for help on using the changeset viewer.