Changeset 16694 for main/waeup.aaue/trunk/src/waeup/aaue/students/reports
- Timestamp:
- 3 Nov 2021, 09:45:56 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/students/reports/session_results_presentation.py
r16693 r16694 117 117 """ 118 118 119 title = 'Presentation of Results to Senate' 120 121 @property 122 def right_footer(self): 123 return self.title + ' (Graduating Students) - %s -' % self.session 119 title = 'Presentation of Results to Senate (Graduating Students)' 124 120 125 121 def _excluded(self, level_obj):
Note: See TracChangeset for help on using the changeset viewer.