Changeset 14611 for main/waeup.aaue/trunk
- Timestamp:
- 8 Mar 2017, 12:05:09 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/students/reports/level_report.py
r14608 r14611 62 62 """ 63 63 64 title = 'Graduating Students Summary of Results' 64 title = 'Summary of Results' 65 66 @property 67 def right_footer(self): 68 return self.title + ' (graduating students only) - %s -' % self.session 65 69 66 70 def _excluded(self, level_obj):
Note: See TracChangeset for help on using the changeset viewer.