Changeset 14673 for main/waeup.aaue/trunk/src/waeup
- Timestamp:
- 12 Apr 2017, 16:44:22 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/students/reports/session_results_presentation.py
r14632 r14673 52 52 else: 53 53 havenot = 'has' 54 if self.faccode == 'FBM': 55 board = 'College Academic Board' 56 else: 57 board = 'Faculty Board' 54 58 55 text = """I present to Senate, on behalf of the Faculty Board,59 text = """I present to Senate, on behalf of the %s, 56 60 the results of courses taught and examinations held this academic session. 57 61 The following candidate%s %s satisfied the degree requirements 58 62 of the Faculty and %s qualified for the award of a degree as follows: 59 """ % ( plurals, havenot, havenot)63 """ % (board, plurals, havenot, havenot) 60 64 return text 61 65
Note: See TracChangeset for help on using the changeset viewer.